Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 70e331116 -> 7700985d9
Fix checkstyle Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/7700985d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7700985d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7700985d Branch: refs/heads/3.0.x-fixes Commit: 7700985d93db19b5824c9e3c05a1205d5a9b3c2e Parents: 70e3311 Author: Daniel Kulp <[email protected]> Authored: Tue Feb 2 15:07:42 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Feb 2 15:07:42 2016 -0500 ---------------------------------------------------------------------- .../cxf/ws/addressing/policy/AddressingAssertionBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/7700985d/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.java ---------------------------------------------------------------------- diff --git a/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.java b/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.java index 318463d..f458dcc 100644 --- a/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.java +++ b/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.java @@ -84,7 +84,7 @@ public class AddressingAssertionBuilder implements AssertionBuilder<Element> { mp, policy); } - }.build(elem, factory); + } .build(elem, factory); if (!(nap instanceof PolicyContainingPrimitiveAssertion || nap instanceof PrimitiveAssertion)) { // this happens when neethi fails to recognize the specified addressing policy element LOG.warning("Unable to recognize the addressing policy");
