Skip to content

Commit c7c1ec3

Browse files
committed
Fix doc generation: printing of the list toggable components in homeUI
1 parent d8c38db commit c7c1ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-home/src/main/java/io/imunity/home/HomeEndpointProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public enum RemovalModes {remove, disable, blockAuthentication};
5959
static
6060
{
6161
META.put(DISABLED_COMPONENTS, new PropertyMD().setList(false).setDescription("List of tags of UI components "
62-
+ "which should be disabled. Valid tags: '" + Arrays.asList(Components.values() + "'")));
62+
+ "which should be disabled. Valid tags: '" + Arrays.asList(Components.values()) + "'"));
6363
META.put(REMOVAL_MODE, new PropertyMD(RemovalModes.remove).
6464
setDescription("Relevant ONLY if the " + DISABLE_REMOVAL_SCHEDULE + " is true. "
6565
+ "Controls what action should be performed when user "

0 commit comments

Comments
 (0)