Skip to content

Commit

Permalink
Use Nullable annotation from JSpecify instead of JetBrains.
Browse files Browse the repository at this point in the history
Replaced the `@Nullable` annotation from JetBrains with the one provided by JSpecify. This aligns with the project's shift towards JSpecify annotations for nullability handling. No functional changes were introduced.
  • Loading branch information
NonSwag committed Jan 24, 2025
1 parent 1959048 commit fde2784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import org.bukkit.inventory.ItemStack;
import org.bukkit.loot.LootContext;
import org.bukkit.loot.LootTable;
import org.jetbrains.annotations.Nullable;
import org.jspecify.annotations.NullMarked;
import org.jspecify.annotations.Nullable;

import java.util.Collection;
import java.util.List;
Expand Down

0 comments on commit fde2784

Please sign in to comment.