Skip to content

Commit

Permalink
removed internal api annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Apr 6, 2024
1 parent bd2899f commit e84697c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "net.thenextlvl.protect"
version = "2.0.2-pre7"
version = "2.0.2-pre8"

java {
withSourcesJar()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.bukkit.World;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.Nullable;

import java.io.File;
Expand Down Expand Up @@ -67,7 +66,6 @@ public void setOwner(@Nullable UUID owner) {
if (event.callEvent()) internalSetOwner(event.getNewOwner());
}

@ApiStatus.Internal
public void internalSetOwner(@Nullable UUID owner) {
this.owner = owner;
}
Expand Down

0 comments on commit e84697c

Please sign in to comment.