1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 08:20:47 +00:00

Use correct Java annotations package

This commit is contained in:
Jonathan Coates 2021-12-20 12:18:24 +00:00
parent aa36b49c50
commit 4d10639efb
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -5,9 +5,8 @@
*/
package dan200.computercraft.api.lua;
import org.jetbrains.annotations.Nullable;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.Map;
import static dan200.computercraft.api.lua.LuaValues.*;