Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25D0518605 for ; Tue, 2 Feb 2016 20:20:01 +0000 (UTC) Received: (qmail 66693 invoked by uid 500); 2 Feb 2016 20:19:45 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 66621 invoked by uid 500); 2 Feb 2016 20:19:45 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 66612 invoked by uid 99); 2 Feb 2016 20:19:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 20:19:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 15ED0DFC88; Tue, 2 Feb 2016 20:19:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Fix checkstyle Date: Tue, 2 Feb 2016 20:19:45 +0000 (UTC) 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 Authored: Tue Feb 2 15:07:42 2016 -0500 Committer: Daniel Kulp 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 { 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");