Skip to content

Commit 8ae84dd

Browse files
Rename NONE to NONE_VALUE in KeyValue
related micrometer-metricsgh-3458
1 parent e208f01 commit 8ae84dd

File tree

1 file changed

+1
-1
lines changed
  • micrometer-commons/src/main/java/io/micrometer/common

1 file changed

+1
-1
lines changed

micrometer-commons/src/main/java/io/micrometer/common/KeyValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface KeyValue extends Comparable<KeyValue> {
3131
/**
3232
* Use this if you want to indicate that the value is missing.
3333
*/
34-
public static final String NONE = "none";
34+
String NONE_VALUE = "none";
3535

3636
String getKey();
3737

0 commit comments

Comments
 (0)