Skip to content

Commit

Permalink
Fix nullability annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed Feb 10, 2021
1 parent 0c7f4bb commit 59d4c7b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -32,8 +32,9 @@
import com.sk89q.worldguard.session.handler.Handler;
import org.bukkit.Bukkit;
import org.bukkit.plugin.Plugin;
import org.jetbrains.annotations.Nullable;


import javax.annotation.Nullable;
import java.security.CodeSource;
import java.util.HashMap;
import java.util.Map;
Expand Down

0 comments on commit 59d4c7b

Please sign in to comment.