Skip to content

Commit

Permalink
Update Nullable annotation library
Browse files Browse the repository at this point in the history
Switched from JetBrains to jspecify Nullable annotation in CommanderVersionChecker. This change aligns with the project's new dependency guidelines and ensures consistent annotation usage.
  • Loading branch information
NonSwag committed Nov 20, 2024
1 parent 21c1f8d commit 1eba1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import core.version.SemanticVersion;
import lombok.Getter;
import net.thenextlvl.commander.paper.CommanderPlugin;
import org.jetbrains.annotations.Nullable;
import org.jspecify.annotations.NullMarked;
import org.jspecify.annotations.Nullable;

import java.util.Objects;

Expand Down

0 comments on commit 1eba1d7

Please sign in to comment.