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 91B2810962 for ; Mon, 9 Feb 2015 20:05:59 +0000 (UTC) Received: (qmail 75640 invoked by uid 500); 9 Feb 2015 20:05:59 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 75581 invoked by uid 500); 9 Feb 2015 20:05:59 -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 75563 invoked by uid 99); 9 Feb 2015 20:05:59 -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; Mon, 09 Feb 2015 20:05:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47441DFD59; Mon, 9 Feb 2015 20:05:59 +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 Date: Mon, 09 Feb 2015 20:05:59 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf git commit: Fix build problem Repository: cxf Updated Branches: refs/heads/master d621b327d -> 428f2ef31 Fix build problem Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5cbae240 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5cbae240 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5cbae240 Branch: refs/heads/master Commit: 5cbae240c83b9851e8c0331ee042b7c8a89f15d1 Parents: d621b32 Author: Daniel Kulp Authored: Mon Feb 9 15:04:53 2015 -0500 Committer: Daniel Kulp Committed: Mon Feb 9 15:05:14 2015 -0500 ---------------------------------------------------------------------- .../cxf/jaxws/interceptors/WrapperClassOutInterceptor.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5cbae240/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.java ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.java b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.java index 7a06181..0afd9a1 100644 --- a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.java +++ b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.java @@ -86,9 +86,8 @@ public class WrapperClassOutInterceptor extends AbstractPhaseInterceptor