[jbossws-commits] JBossWS SVN: r2335 - branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/webserviceref.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 12 07:33:43 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-12 07:33:43 -0500 (Mon, 12 Feb 2007)
New Revision: 2335

Modified:
   branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.java
Log:
typo

Modified: branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.java
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.java	2007-02-12 10:43:34 UTC (rev 2334)
+++ branches/jbossws-1.2.0/jbossws-tests/src/main/java/org/jboss/test/ws/jaxws/samples/webserviceref/TestEndpointClientOne.java	2007-02-12 12:33:43 UTC (rev 2335)
@@ -30,7 +30,7 @@
 
 import org.jboss.logging.Logger;
 
-//Test on type with wsdlLocation
+// Test on type with wsdlLocation
 @WebServiceRef(name = "service1", value = TestEndpointService.class, wsdlLocation = "META-INF/wsdl/TestEndpoint.wsdl")
 
 // Test multiple on type




More information about the jbossws-commits mailing list