Skip to content

Commit

Permalink
Rename NONE to NONE_VALUE in KeyValue
Browse files Browse the repository at this point in the history
related gh-3458
  • Loading branch information
jonatan-ivanov committed Oct 6, 2022
1 parent e208f01 commit 8ae84dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public interface KeyValue extends Comparable<KeyValue> {
/**
* Use this if you want to indicate that the value is missing.
*/
public static final String NONE = "none";
String NONE_VALUE = "none";

String getKey();

Expand Down

0 comments on commit 8ae84dd

Please sign in to comment.