Replace TextUtils String methods
--------------------------------
Key: WW-3045
URL: https://issues.apache.org/struts/browse/WW-3045
Project: Struts 2
Issue Type: Sub-task
Affects Versions: 2.1.6
Reporter: Musachy Barroso
Fix For: 2.1.7
com.opensymphony.xwork2.util.TextUtil.stringSet(...) ->
org.apache.commons.lang.xwork.StringUtils.isNotEmty(...)
!com.opensymphony.xwork2.util.TextUtil.stringSet(...) ->
org.apache.commons.lang.xwork.StringUtils.isEmty(...)
com.opensymphony.xwork2.util.TextUtil.join(...) ->
org.apache.commons.lang.xwork.StringUtils.join(...)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.