Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd committed Oct 19, 2023
1 parent 8ca6122 commit 01298d5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public class FeatureFlags {
* Gates the functionality of telemetry framework.
*/
public static final String TELEMETRY = "opensearch.experimental.feature.telemetry.enabled";

/**
* Should store the settings from opensearch.yml.
*/
Expand Down Expand Up @@ -100,5 +99,4 @@ public static boolean isEnabled(String featureFlagName) {
false,
Property.NodeScope
);

}

0 comments on commit 01298d5

Please sign in to comment.