Standardized use of apache commons lang3 instead of lang.

This commit is contained in:
StevenLawson
2013-09-04 08:35:12 -04:00
parent b845ff3f7e
commit 562e354f37
33 changed files with 39 additions and 42 deletions

View File

@ -4,7 +4,7 @@ import java.util.ArrayList;
import java.util.List;
import me.StevenLawson.TotalFreedomMod.TFM_SuperadminList;
import me.StevenLawson.TotalFreedomMod.TFM_Util;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;