reschke commented on code in PR #2926:
URL: https://github.com/apache/jackrabbit-oak/pull/2926#discussion_r3346602220


##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndexEditorProvider.java:
##########
@@ -42,14 +51,33 @@ public class PropertyIndexEditorProvider implements 
IndexEditorProvider {
 
     public static final String TYPE = "property";
 
+    public static final String FT_GRANITE_63829 = "FT_GRANITE-63829";
+
     @Reference
     private MountInfoProvider mountInfoProvider = 
Mounts.defaultMountInfoProvider();
 
+    @Nullable
+    private Feature feature;
+
+    @Activate
+    private void activate(BundleContext bundleContext) {
+        Whiteboard whiteboard = new OsgiWhiteboard(bundleContext);
+        this.feature = newFeature(FT_GRANITE_63829, whiteboard);

Review Comment:
   Toggle name?



-- 
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]

Reply via email to