Skip to content

Commit

Permalink
Use correct Nullable type
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Jan 15, 2025
1 parent 1206261 commit 92c8690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import io.papermc.paper.command.brigadier.CommandSourceStack;
import io.papermc.paper.command.brigadier.MessageComponentSerializer;
import net.kyori.adventure.text.Component;
import org.jetbrains.annotations.Nullable;

import javax.annotation.Nullable;
import java.nio.file.Path;
import java.util.Arrays;

Expand Down

0 comments on commit 92c8690

Please sign in to comment.