Skip to content

Commit

Permalink
corrected wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Apr 6, 2024
1 parent 9639117 commit 3bdccc2
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 core.annotation.ParametersAreNotNullByDefault;
import core.annotation.TypesAreNotNullByDefault;
import net.thenextlvl.protect.schematic.SchematicHolder;
import org.jetbrains.annotations.Nullable;

import javax.annotation.Nullable;
import java.util.UUID;

/**
Expand Down

0 comments on commit 3bdccc2

Please sign in to comment.