Skip to content

Commit

Permalink
Upper-case the default scope
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 5, 2024
1 parent e468f91 commit 3a0b4b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
* @opensearch.experimental
*/
public interface ResourceAccessScope {
String READ_ONLY = "read_only";
String READ_WRITE = "read_write";
String READ_ONLY = "READ_ONLY";
String READ_WRITE = "READ_WRITE";
}

0 comments on commit 3a0b4b1

Please sign in to comment.