Skip to content

Commit

Permalink
Fixing spotlesschecks
Browse files Browse the repository at this point in the history
Signed-off-by: Nishchay Malhotra <nishcha@amazon.com>
  • Loading branch information
nishchay21 committed Apr 1, 2024
1 parent 7504c6a commit a1b3df1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ public enum SamplingAttributes {
*/
SAMPLER;

/**
* returns lower case enum value*
* @return String
*/
public String getValue() {
return name().toLowerCase(Locale.ROOT);
}
Expand Down

0 comments on commit a1b3df1

Please sign in to comment.