Author: dkulp
Date: Mon Oct 8 12:46:12 2007
New Revision: 582947
URL: http://svn.apache.org/viewvc?rev=582947&view=rev
Log:
Fix checkstyle error
Modified:
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/integration/jca/outbound/src/demo/servlet/HelloWorldServlet.java
Modified:
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/integration/jca/outbound/src/demo/servlet/HelloWorldServlet.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/integration/jca/outbound/src/demo/servlet/HelloWorldServlet.java?rev=582947&r1=582946&r2=582947&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/integration/jca/outbound/src/demo/servlet/HelloWorldServlet.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/integration/jca/outbound/src/demo/servlet/HelloWorldServlet.java
Mon Oct 8 12:46:12 2007
@@ -81,7 +81,10 @@
// create the connection
//
- CXFConnectionRequestInfo requestInfo = new
CXFConnectionRequestInfo(Greeter.class, wsdlLocation, serviceName, portName);
+ CXFConnectionRequestInfo requestInfo = new
CXFConnectionRequestInfo(Greeter.class,
+
wsdlLocation,
+
serviceName,
+
portName);
return (Connection)factory.getConnection(requestInfo);
}