Author: slaws
Date: Thu Feb  4 14:55:00 2010
New Revision: 906510

URL: http://svn.apache.org/viewvc?rev=906510&view=rev
Log:
Tidy come comments

Modified:
    
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java

Modified: 
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java?rev=906510&r1=906509&r2=906510&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java
 Thu Feb  4 14:55:00 2010
@@ -414,14 +414,15 @@
     }
 
     /**
-     * Compute the endpoint URI based on section 2.1.1 of the WS binding 
Specification 1.
-     * The URIs in the endpoint(s) of the referenced WSDL, which may be 
relative
+     * Compute the endpoint URI based on section 2.1.1 of the WS binding 
Specification 
+     * 1. The URIs in the endpoint(s) of the referenced WSDL, which may be 
relative
      * 2. The URI specified by the wsa:Address element of the
-     * wsa:EndpointReference, which may be relative 3. The explicitly stated 
URI
-     * in the "uri" attribute of the binding.ws element, which may be relative,
+     *    wsa:EndpointReference, which may be relative 
+     * 3. The explicitly stated URI in the "uri" attribute of the binding.ws 
element, 
+     *    which may be relative,
      * 4. The implicit URI as defined by in section 1.7 in the SCA Assembly 
Specification
-     * If the <binding.ws> has no wsdlElement but does have a uri attribute 
then
-     * the uri takes precedence over any implicitly used WSDL.
+     *    If the <binding.ws> has no wsdlElement but does have a uri attribute 
then
+     *    the uri takes precedence over any implicitly used WSDL.
      * 
      */
     private static String computeActualURI(WebServiceBinding wsBinding, Port 
port) {


Reply via email to