Skip to content

Commit e20939b

Browse files
scope ignored
1 parent a74c5ef commit e20939b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/com/contentstack/utils/Utils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public static void render(JSONObject entryObj, String[] keyPath, OptionsCallback
3939
findContent(entryObj, path, callback);
4040
}
4141
} else {
42-
// Case when KeyPath is not given by user, Extract all available keyPath from _embedded_items
42+
// Case when KeyPath is not given by user,
43+
// Extract all available keyPath from _embedded_items
4344
JSONObject embedKeys = entryObj.getJSONObject(Constant.EMBEDDED_ITEMS);
4445
ArrayList<String> pathKeys = new ArrayList<>(embedKeys.keySet());
4546
for (String path : pathKeys) {

src/main/java/com/contentstack/utils/presets/Preset.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
public class Preset {
1616

17+
1718
public String resolvePresetByPresetName(
1819
@NotNull JSONObject asset,
1920
@NotNull String extensionUid,

0 commit comments

Comments
 (0)