Skip to content

Commit

Permalink
Reorder Setting enum to add Extension scope at bottom (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#7871) (opensearch-project#7874)

(cherry picked from commit 57c4a80)

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and gaiksaya committed Jun 26, 2023
1 parent 8760d07 commit 5b3860f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/src/main/java/org/opensearch/common/settings/Setting.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ public enum Property {
*/
Deprecated,

/**
* Extension scope
*/
ExtensionScope,

/**
* Node scope
*/
Expand Down Expand Up @@ -167,7 +162,12 @@ public enum Property {
/**
* Indicates an index-level setting that is privately managed. Such a setting can not even be set on index creation.
*/
PrivateIndex
PrivateIndex,

/**
* Extension scope
*/
ExtensionScope
}

private final Key key;
Expand Down

0 comments on commit 5b3860f

Please sign in to comment.