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#7870)

Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Jun 1, 2023
1 parent 9e5231c commit ca167d2
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 ca167d2

Please sign in to comment.