Joscorbe commented on code in PR #2057:
URL: https://github.com/apache/jackrabbit-oak/pull/2057#discussion_r1946270349
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java:
##########
@@ -395,4 +395,9 @@
description = "Integer value indicating the number of documents to
check for garbage in each Full GC cycle." +
"The default value is " +
DocumentNodeStoreService.DEFAULT_FGC_PROGRESS_SIZE)
int fullGCProgressSize() default
DocumentNodeStoreService.DEFAULT_FGC_PROGRESS_SIZE;
+
+ @AttributeDefinition(
+ name = "Invisible for discovery",
+ description = ""Boolean value indicating whether the instance
should be discoverable by the cluster. The default value is " +
DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY)
Review Comment:
This double quote symbol is breaking the build now:
```suggestion
description = "Boolean value indicating whether the instance
should be discoverable by the cluster. The default value is " +
DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]