Skip to content

Commit 66d8b51

Browse files
committed
minor
1 parent 71c083e commit 66d8b51

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/aem/core/src/main/java/com/cognifide/apm/core/ui/models/ScriptsRowModel.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
public final class ScriptsRowModel {
5151

5252
private static final Set<String> FOLDER_TYPES = Collections.unmodifiableSet(new HashSet<>(Arrays.asList(
53-
JcrConstants.NT_FOLDER, "sling:OrderedFolder", "sling:Folder")));
53+
JcrConstants.NT_FOLDER, "sling:OrderedFolder", "sling:Folder"
54+
)));
5455

5556
public static final String SCRIPTS_ROW_RESOURCE_TYPE = "apm/components/scriptsRow";
5657

app/aem/core/src/main/java/com/cognifide/apm/main/permissions/Restrictions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public class Restrictions {
4747
private static final String REP_ITEM_NAMES_PROPERTY = "rep:itemNames";
4848

4949
private static final Set<String> MULTI_VALUE_REP_PROPERTIES = Collections.unmodifiableSet(new HashSet<>(Arrays.asList(
50-
REP_NT_NAMES_PROPERTY, REP_ITEM_NAMES_PROPERTY, REP_GLOBS_PROPERTY, "rep:prefixes", "rep:current", "rep:subtrees",
51-
"sling:resourceTypes", "sling:resourceTypesWithDescendants"
50+
REP_NT_NAMES_PROPERTY, REP_ITEM_NAMES_PROPERTY, REP_GLOBS_PROPERTY, "rep:prefixes", "rep:current",
51+
"rep:subtrees", "sling:resourceTypes", "sling:resourceTypesWithDescendants"
5252
)));
5353

5454
private final String glob;

0 commit comments

Comments
 (0)