Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: AnnTian Shao <anntians@amazon.com>
  • Loading branch information
AnnTian Shao committed Jan 30, 2025
1 parent 8576e43 commit 970368e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,7 @@ public void testTranslogGenerationSizeThreshold() {
}

/**
* Test private setting validation for private settings defined in isPrivateSetting()
* https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/common/settings/IndexScopedSettings.java
* Test private setting validation for private settings defined in {@link IndexScopedSettings#isPrivateSetting(String)}
*/
public void testPrivateSettingsValidation() {
final Settings settings = Settings.builder().put(IndexMetadata.SETTING_VERSION_UPGRADED, Version.V_EMPTY).build();
Expand Down

0 comments on commit 970368e

Please sign in to comment.