Skip to content

Commit

Permalink
refactor: made MessageUtils.java final
Browse files Browse the repository at this point in the history
  • Loading branch information
n-tdi authored Jul 29, 2022
1 parent 993502a commit 09a0fbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import net.md_5.bungee.api.ChatMessageType;
import net.md_5.bungee.api.chat.TextComponent;

public class MessageUtils {
public final class MessageUtils {

private static Class<?> baseComponentClass;
private static Class<?> chatSerializerClass;
Expand Down

0 comments on commit 09a0fbb

Please sign in to comment.