Skip to content

Commit

Permalink
Fixes javadoc compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gagan Juneja committed Jun 10, 2024
1 parent 1e211f0 commit 44f0b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public enum PerformanceAnalyzerFeatureBits {
Setting.Property.Dynamic);

/**
* Cluster setting controlling the collector mode : 0 -> only RCA Collectors enabled (Default) 1
* -> only Telemetry Collectors enabled 2 -> both RCA and Telemetry Collectors enabled
* Cluster setting controlling the collector mode : 0 - only RCA Collectors enabled (Default) 1
* - only Telemetry Collectors enabled 2 - both RCA and Telemetry Collectors enabled
*/
public static final Setting<Integer> PA_COLLECTORS_SETTING =
Setting.intSetting(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public PerformanceAnalyzerCollectorsSettingHandler(
/**
* Updates the Collectors mode setting across the cluster.
*
* @param value The desired collector mode amongst: * 0 -> only RCA Collectors enabled (Default)
* * 1 -> only Telemetry Collectors enabled * 2 -> both RCA and Telemetry Collectors enabled
* @param value The desired collector mode amongst: 0 - only RCA Collectors enabled (Default) *
* 1 - only Telemetry Collectors enabled * 2 - both RCA and Telemetry Collectors enabled
*/
public void updateCollectorsSetting(final int value) {
clusterSettingsManager.updateSetting(
Expand Down

0 comments on commit 44f0b7c

Please sign in to comment.