File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
key/src/main/java/net/kyori/adventure/key Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies {
17
17
" extra-kotlin" ,
18
18
" key" ,
19
19
" nbt" ,
20
+ " properties" ,
20
21
" serializer-configurate4" ,
21
22
" text-logger-slf4j" ,
22
23
" text-minimessage" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ final class KeyImpl implements Key {
42
42
static final @ RegExp String NAMESPACE_PATTERN = "[a-z0-9_\\ -.]+" ;
43
43
static final @ RegExp String VALUE_PATTERN = "[a-z0-9_\\ -./]+" ;
44
44
45
- static final AdventureProperties .KeyInternStrategy INTERN_STRATEGY = AdventureProperties .KEY_INTERN_STRATEGY .value ();
45
+ static final AdventureProperties .@ Nullable KeyInternStrategy INTERN_STRATEGY = AdventureProperties .KEY_INTERN_STRATEGY .value ();
46
46
47
47
private final String namespace ;
48
48
private final String value ;
You can’t perform that action at this time.
0 commit comments