Skip to content

Commit 5e13891

Browse files
Update oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java
Co-authored-by: Rishabh Kumar <rishabhdaim1991@gmail.com>
1 parent fec6d33 commit 5e13891

File tree

1 file changed

+1
-1
lines changed
  • oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document

1 file changed

+1
-1
lines changed

oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,6 @@
398398

399399
@AttributeDefinition(
400400
name = "Invisible for discovery",
401-
description = "Boolean value indicating that the instance should not be discoverable for the cluster. The default value is " + DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY)
401+
description = ""Boolean value indicating whether the instance should be discoverable by the cluster. The default value is " + DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY)
402402
boolean invisibleForDiscovery() default DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY;
403403
}

0 commit comments

Comments
 (0)