You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/28 05:18:06 UTC

[struts] branch WW-5065-append-or-not-cherry-pick updated: WW-5070 Drops unused import

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch WW-5065-append-or-not-cherry-pick
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/WW-5065-append-or-not-cherry-pick by this push:
     new 082d289  WW-5070 Drops unused import
082d289 is described below

commit 082d289fa18b9261875c2d4e8a51743bdef9696b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Apr 28 07:12:22 2020 +0200

    WW-5070 Drops unused import
---
 .../opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java b/core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java
index ecd6d6e..63d8fab 100644
--- a/core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java
+++ b/core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java
@@ -107,7 +107,6 @@ import com.opensymphony.xwork2.validator.DefaultValidatorFactory;
 import com.opensymphony.xwork2.validator.DefaultValidatorFileParser;
 import com.opensymphony.xwork2.validator.ValidatorFactory;
 import com.opensymphony.xwork2.validator.ValidatorFileParser;
-import com.sun.org.apache.xpath.internal.operations.Bool;
 import ognl.MethodAccessor;
 import ognl.PropertyAccessor;
 import org.apache.struts2.StrutsConstants;