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 9A37D11E7A for ; Fri, 11 Jul 2014 18:30:28 +0000 (UTC) Received: (qmail 56173 invoked by uid 500); 11 Jul 2014 18:30:28 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 55943 invoked by uid 500); 11 Jul 2014 18:30:28 -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 55695 invoked by uid 99); 11 Jul 2014 18:30:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2014 18:30:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 092FD83C89B; Fri, 11 Jul 2014 18:30:28 +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: Fri, 11 Jul 2014 18:30:30 -0000 Message-Id: <96a69b7a29ad4f8a8c4d360a3c9745e6@git.apache.org> In-Reply-To: <93e1189959ca44688372e72689c8e5dd@git.apache.org> References: <93e1189959ca44688372e72689c8e5dd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] git commit: [CXF-5871] Fix checkstyle issue [CXF-5871] Fix checkstyle issue Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3aa9adf2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3aa9adf2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3aa9adf2 Branch: refs/heads/master Commit: 3aa9adf217dd85280ba5e457eae50c986ce0a370 Parents: f4fbe42 Author: Daniel Kulp Authored: Fri Jul 11 13:02:57 2014 -0400 Committer: Daniel Kulp Committed: Fri Jul 11 14:29:31 2014 -0400 ---------------------------------------------------------------------- .../jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3aa9adf2/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java index 968888c..0a46dc8 100644 --- a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java +++ b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java @@ -296,7 +296,6 @@ public class DispatchImpl implements Dispatch, BindingProvider, Closeable @SuppressWarnings("unchecked") public T invoke(T obj, boolean isOneWay) { - StaxSource createdSource = null; checkError(); try { if (obj instanceof SOAPMessage) {