jonahseguin / drink

command framework and argument parser for spigot plugins
63 stars 19 forks source link

Convert org.apache.logging.log4j.util.Strings usage to org.apache.commons.lang.StringUtils #3

Closed bizarre closed 4 years ago

bizarre commented 4 years ago

org.apache.logging.log4j.util.Strings class should be treated as private and not be used and it's also not avail in all spigot/bukkit runtimes unlike apache commons string utils.

jonahseguin commented 4 years ago

Merged the issue.