Skip to content

Commit

Permalink
fix: Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 13, 2024
1 parent d79fcaa commit 8d0871a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.jetbrains.annotations.NotNull;

/**
* Represents a Teleport that is completable
* Represents a Teleport that is completable.
*/
public interface Completable {

Expand All @@ -33,7 +33,7 @@ public interface Completable {
OnlineUser getExecutor();

/**
* Complete the teleport and handle exceptions
* Complete the teleport and handle exceptions.
*
* @param args Optional args to pass to the teleport exception handler
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ public static TeleportBuilder builder(@NotNull HuskHomes plugin) {
}

/**
* Execute a teleport, throwing a {@link TeleportationException on an exception}
* Execute a teleport, throwing a {@link TeleportationException} if it fails.
*
* @throws TeleportationException if
* @throws TeleportationException if the teleport fails for some reason.
*/
public void execute() throws TeleportationException {
validateTransactions();
Expand Down

0 comments on commit 8d0871a

Please sign in to comment.