Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2390#discussion_r147744795
--- Diff: storm-server/src/main/java/org/apache/storm/DaemonConfig.java ---
@@ -159,14 +159,6 @@
public static final String SCHEDULER_DISPLAY_RESOURCE =
"scheduler.display.resource";
/**
- * Initialization parameters for the group mapping service plugin.
- * Provides a way for a
@link{STORM_GROUP_MAPPING_SERVICE_PROVIDER_PLUGIN}
- * implementation to access optional settings.
- */
- @isType(type = Map.class)
- public static final String STORM_GROUP_MAPPING_SERVICE_PARAMS =
"storm.group.mapping.service.params";
--- End diff --
Was this just not used anywhere?
---