Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 56547 invoked from network); 5 May 2010 08:07:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 08:07:53 -0000 Received: (qmail 7773 invoked by uid 500); 5 May 2010 08:07:53 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 7674 invoked by uid 500); 5 May 2010 08:07:53 -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 7663 invoked by uid 99); 5 May 2010 08:07:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 08:07:52 +0000 X-ASF-Spam-Status: No, hits=-1417.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 08:07:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BDB9A23889DA; Wed, 5 May 2010 08:07:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r941194 - /cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/wsdl_first/src/main/java/com/example/customerservice/client/CustomerServiceClient.java Date: Wed, 05 May 2010 08:07:01 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100505080701.BDB9A23889DA@eris.apache.org> Author: ffang Date: Wed May 5 08:07:01 2010 New Revision: 941194 URL: http://svn.apache.org/viewvc?rev=941194&view=rev Log: fix checkstyle error Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/wsdl_first/src/main/java/com/example/customerservice/client/CustomerServiceClient.java Modified: cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/wsdl_first/src/main/java/com/example/customerservice/client/CustomerServiceClient.java URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/wsdl_first/src/main/java/com/example/customerservice/client/CustomerServiceClient.java?rev=941194&r1=941193&r2=941194&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/wsdl_first/src/main/java/com/example/customerservice/client/CustomerServiceClient.java (original) +++ cxf/branches/2.2.x-fixes/distribution/src/main/release/samples/wsdl_first/src/main/java/com/example/customerservice/client/CustomerServiceClient.java Wed May 5 08:07:01 2010 @@ -23,7 +23,6 @@ import java.net.URL; import com.example.customerservice.CustomerService; import com.example.customerservice.CustomerServiceService; -import com.example.customerservice.NoSuchCustomerException; public class CustomerServiceClient { protected CustomerServiceClient() {