Skip to content

Commit

Permalink
fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Dec 8, 2022
1 parent 5729b28 commit 804c769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Expand Up @@ -40,7 +40,6 @@
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.BookMeta;
import org.bukkit.inventory.meta.ItemMeta;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

Expand Down
Expand Up @@ -182,10 +182,6 @@ interface Chat<V, M> extends Message<V, M> {
* @since 4.0.0
*/
void sendMessage(final @NotNull V viewer, final @NotNull Identity source, final @NotNull M message, final @NotNull Object type);

default Object createMessageType(final Object type) {
return type;
}
}

/**
Expand Down

0 comments on commit 804c769

Please sign in to comment.