Update to apache commons lang3

This commit is contained in:
Len
2022-09-26 19:08:51 +02:00
parent d644dbef6e
commit 9d7f50ad37
7 changed files with 7 additions and 7 deletions
@@ -1,7 +1,7 @@
package com.alttd.chat.commands;
import com.alttd.chat.ChatPlugin;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;