Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 45a3613af -> 9cba7b8f1
fix CS error in RM11AsserionBuilder Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9cba7b8f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9cba7b8f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9cba7b8f Branch: refs/heads/2.7.x-fixes Commit: 9cba7b8f14ad22c2483ff86b12eb0245bd1b0d74 Parents: 45a3613 Author: Akitoshi Yoshida <[email protected]> Authored: Wed May 28 18:38:12 2014 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed May 28 18:38:12 2014 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9cba7b8f/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.java ---------------------------------------------------------------------- diff --git a/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.java b/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.java index 84720a5..689b907 100644 --- a/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.java +++ b/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.java @@ -30,7 +30,6 @@ import org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder; import org.apache.cxf.ws.rm.RM11Constants; import org.apache.cxf.ws.rmp.v200702.RMAssertion; import org.apache.neethi.Assertion; -import org.apache.neethi.PolicyComponent; /** *
