From d65b7fab114003b00a6777191cd8147f2565e638 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 4 Feb 2010 14:55:00 +0000 Subject: Tidy come comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906510 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/binding/ws/wsdlgen/WSDLServiceGenerator.java | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca') diff --git a/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java b/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java index 6bbd064e40..47cf44265f 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java +++ b/sca-java-2.x/trunk/modules/binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/WSDLServiceGenerator.java @@ -414,14 +414,15 @@ public class WSDLServiceGenerator { } /** - * 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 has no wsdlElement but does have a uri attribute then - * the uri takes precedence over any implicitly used WSDL. + * If the 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) { -- cgit v1.2.3