You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/07/20 22:44:41 UTC

[3/3] cxf git commit: Build fix

Build fix


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4eb8d15a
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4eb8d15a
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4eb8d15a

Branch: refs/heads/3.0.x-fixes
Commit: 4eb8d15a2a2658fe7255fdbedb1e2d7ffb53366e
Parents: a6e28de
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Jul 20 21:44:32 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Jul 20 21:44:32 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/sts/token/validator/X509TokenValidator.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4eb8d15a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/validator/X509TokenValidator.java
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/validator/X509TokenValidator.java b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/validator/X509TokenValidator.java
index 1cf2ee7..8f2224e 100644
--- a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/validator/X509TokenValidator.java
+++ b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/validator/X509TokenValidator.java
@@ -29,7 +29,6 @@ import javax.security.auth.callback.CallbackHandler;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
-import org.w3c.dom.Text;
 
 import org.apache.cxf.common.logging.LogUtils;
 import org.apache.cxf.helpers.DOMUtils;