Skip to content

Commit 8790761

Browse files
committed
fix: Nullable import
1 parent 9766443 commit 8790761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

key/src/main/java/net/kyori/adventure/key/KeyImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import net.kyori.examination.ExaminableProperty;
3434
import org.intellij.lang.annotations.RegExp;
3535
import org.jetbrains.annotations.NotNull;
36+
import org.jetbrains.annotations.Nullable;
3637

3738
import static java.util.Objects.requireNonNull;
3839

0 commit comments

Comments
 (0)