mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
WW-3208 Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library
thanks to Tom Terrace for the patch git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@799123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ import com.opensymphony.xwork2.spring.SpringObjectFactory;
|
||||
import com.opensymphony.xwork2.util.logging.Logger;
|
||||
import com.opensymphony.xwork2.util.logging.LoggerFactory;
|
||||
import org.apache.struts2.StrutsConstants;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.apache.commons.lang.xwork.StringUtils;
|
||||
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.web.context.WebApplicationContext;
|
||||
|
||||
Reference in New Issue
Block a user