Author: dkulp
Date: Tue Jan 19 20:03:00 2010
New Revision: 900936

URL: http://svn.apache.org/viewvc?rev=900936&view=rev
Log:
Fix checkstyle issues in distribution

Modified:
    
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml
    
cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/src/demo/hwDispatch/client/Client.java

Modified: 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml?rev=900936&r1=900935&r2=900936&view=diff
==============================================================================
--- 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml 
(original)
+++ 
cxf/branches/2.1.x-fixes/buildtools/src/main/resources/cxf-checkstyle-corba.xml 
Tue Jan 19 20:03:00 2010
@@ -94,7 +94,7 @@
                <module name="UnusedImports" />
                <module name="ImportOrder">
                        <property name="groups"
-                               value="java,javax,org.w3c,org.xml,junit" />
+                               
value="java,javax,org.w3c,org.xml,junit,antlr,com,net,org,org.junit" />
                        <property name="ordered" value="true" />
                </module>
                <!--

Modified: 
cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/src/demo/hwDispatch/client/Client.java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/src/demo/hwDispatch/client/Client.java?rev=900936&r1=900935&r2=900936&view=diff
==============================================================================
--- 
cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/src/demo/hwDispatch/client/Client.java
 (original)
+++ 
cxf/branches/2.1.x-fixes/distribution/src/main/release/samples/jaxws_dispatch_provider/src/demo/hwDispatch/client/Client.java
 Tue Jan 19 20:03:00 2010
@@ -120,7 +120,8 @@
         DOMSource domRespPayload = dispDOMSrcPayload.invoke(domReqPayload);
 
         System.out.println("Response from server: "
-                           + fetchElementByName(domRespPayload.getNode(), 
"greetMeResponse").getTextContent());
+                           + fetchElementByName(domRespPayload.getNode(), 
"greetMeResponse")
+                               .getTextContent());
 
         System.exit(0);
     }


Reply via email to