You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/02/27 02:49:44 UTC

svn commit: r512106 - in /webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util: AbstractCommandLineApp.java WsdlEnvironment.java

Author: danj
Date: Mon Feb 26 17:49:43 2007
New Revision: 512106

URL: http://svn.apache.org/viewvc?view=rev&rev=512106
Log:
Fixed broken JavaDoc tags.

Modified:
    webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java
    webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/WsdlEnvironment.java

Modified: webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java?view=diff&rev=512106&r1=512105&r2=512106
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java (original)
+++ webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/AbstractCommandLineApp.java Mon Feb 26 17:49:43 2007
@@ -128,7 +128,6 @@
 	 * Tries to parse the WSDL Document from the given file. Throws an IllegalArgumentException
 	 * if the file is null or doesn't exist. 
 	 * 
-	 * @param wsdlFile The WSDL File to parse
 	 * @param deploymentDescriptorFile
      * @param deploymentDescriptorDocument
 	 * @return A Document representing the parsed WSDL
@@ -168,7 +167,6 @@
 	 * 
 	 * @param wsdlPath
 	 * @param env
-	 * @return
 	 * @throws FileNotFoundException 
 	 */
 	public static MetadataDescriptor getMetadataDescriptor(String wsdlPath, WsdlEnvironment env) throws FileNotFoundException {
@@ -220,7 +218,7 @@
 	 * that all referenced schema and wsdl documents are copied into this document. The
 	 * references to the locations of the imported/include documents are stripped.
 	 * 
-	 * @param wsdlFile
+	 * @param wsdlPath
 	 * 			The WSDL file we're parsing
 	 * 
 	 * @return

Modified: webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/WsdlEnvironment.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/WsdlEnvironment.java?view=diff&rev=512106&r1=512105&r2=512106
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/WsdlEnvironment.java (original)
+++ webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/util/WsdlEnvironment.java Mon Feb 26 17:49:43 2007
@@ -48,8 +48,7 @@
 				Object[] filler = { path, e.getMessage() };
 				throw new MuseRuntimeException("FailedRemoteFile", _MESSAGES.get("FailedRemoteFile", filler), e);
 			}
-		} else {
-			return super.getDataResourceStream(path);
 		}
+        return super.getDataResourceStream(path);
     }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org