Missed a file
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0806c75d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0806c75d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0806c75d Branch: refs/heads/3.0.x-fixes Commit: 0806c75d3dc7a43847f5d4ab263d15c4ed5d093b Parents: 0db1e23 Author: Daniel Kulp <[email protected]> Authored: Wed May 13 12:37:28 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu May 14 15:15:18 2015 -0400 ---------------------------------------------------------------------- .../cxf/ws/security/wss4j/PolicyBasedWSS4JStaxInInterceptor.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/0806c75d/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JStaxInInterceptor.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JStaxInInterceptor.java b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JStaxInInterceptor.java index 65b87b3..284fe79 100644 --- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JStaxInInterceptor.java +++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JStaxInInterceptor.java @@ -65,8 +65,6 @@ import org.apache.xml.security.stax.securityEvent.SecurityEventListener; * */ public class PolicyBasedWSS4JStaxInInterceptor extends WSS4JStaxInInterceptor { - public static final PolicyBasedWSS4JStaxInInterceptor INSTANCE - = new PolicyBasedWSS4JStaxInInterceptor(); private static final Logger LOG = LogUtils.getL7dLogger(PolicyBasedWSS4JStaxInInterceptor.class); public void handleMessage(SoapMessage msg) throws Fault {
