You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/07/10 19:22:36 UTC

svn commit: r675654 - /cxf/trunk/distribution/src/main/release/samples/js_browser_client_cross_url/src/demo/hw/client/Client.java

Author: dkulp
Date: Thu Jul 10 10:22:36 2008
New Revision: 675654

URL: http://svn.apache.org/viewvc?rev=675654&view=rev
Log:
Fix checkstyle error

Modified:
    cxf/trunk/distribution/src/main/release/samples/js_browser_client_cross_url/src/demo/hw/client/Client.java

Modified: cxf/trunk/distribution/src/main/release/samples/js_browser_client_cross_url/src/demo/hw/client/Client.java
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/js_browser_client_cross_url/src/demo/hw/client/Client.java?rev=675654&r1=675653&r2=675654&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/js_browser_client_cross_url/src/demo/hw/client/Client.java (original)
+++ cxf/trunk/distribution/src/main/release/samples/js_browser_client_cross_url/src/demo/hw/client/Client.java Thu Jul 10 10:22:36 2008
@@ -24,8 +24,8 @@
 import javax.xml.namespace.QName;
 import javax.xml.ws.WebServiceException;
 import org.apache.hello_world_soap_http.Greeter;
-import org.apache.hello_world_soap_http.PingMeFault;
 import org.apache.hello_world_soap_http.JSDemoService;
+import org.apache.hello_world_soap_http.PingMeFault;
 import org.apache.hello_world_soap_http.types.FaultDetail;
 
 public final class Client {