Yes that i have realized but still,since there is no javolution,where should Stringbuilder point? Or better put,imported from?
should i replace
import javolution.text.TextBuilder;
with
net.sf.l2j.util.StringUtil
or in the cases that net.sf.l2j.util.StringUtil is already imported ,should import javolution.text.TextBuilder; be removed?