Author: jochen
Date: Fri Sep  1 05:39:28 2006
New Revision: 439292

URL: http://svn.apache.org/viewvc?rev=439292&view=rev
Log:
More JavaDoc fixes.

Modified:
    
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java
    
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java
    
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java
    
webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/w3c/TestW3CSchemaTestSet.java

Modified: 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java?rev=439292&r1=439291&r2=439292&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java
 (original)
+++ 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaCollection.java
 Fri Sep  1 05:39:28 2006
@@ -101,9 +101,9 @@
     }
 
     /**
-     * This section should comply to the XMLSchema specification
-     * @see 
http://www.w3.org/TR/2004/PER-xmlschema-2-20040318/datatypes.html#built-in-datatypes
-     *
+     * This section should comply to the XMLSchema specification; see
+     * <a 
href="http://www.w3.org/TR/2004/PER-xmlschema-2-20040318/datatypes.html#built-in-datatypes";>
+     *  
http://www.w3.org/TR/2004/PER-xmlschema-2-20040318/datatypes.html#built-in-datatypes</a>.
      * This needs to be inspected by another pair of eyes
      */
     public void init() {
@@ -283,7 +283,6 @@
     /**
      * Retreive an XmlSchema from the collection by its system ID.
      * @param systemId
-     * @return
      */
     public XmlSchema getXmlSchema(String systemId) {
         return (XmlSchema) systemId2Schemas.get(systemId);
@@ -291,7 +290,6 @@
     
     /**
      * Return a Set of all the XmlSchemas in this collection.
-     * @return
      */
     public Set getXmlSchemas() {
         return Collections.unmodifiableSet(schemas);

Modified: 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java?rev=439292&r1=439291&r2=439292&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java
 (original)
+++ 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java
 Fri Sep  1 05:39:28 2006
@@ -38,7 +38,6 @@
      * schema and the schemaLocation is the value of the schema location
      * @param publicId
      * @param schemaLocation
-     * @return
      * @throws SAXException
      * @throws IOException
      */
@@ -86,7 +85,6 @@
      *
      * @param contextURL
      * @param spec
-     * @return
      * @throws java.io.IOException
      */
     protected URL getURL(URL contextURL, String spec) throws IOException {
@@ -127,7 +125,6 @@
      *
      * @param contextURL
      * @param path
-     * @return
      * @throws IOException
      */
     protected URL getFileURL(URL contextURL, String path)

Modified: 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java?rev=439292&r1=439291&r2=439292&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java
 (original)
+++ 
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java
 Fri Sep  1 05:39:28 2006
@@ -24,7 +24,6 @@
      * @param targetNamespace
      * @param schemaLocation
      * @param baseUri
-     * @return
      */
      InputSource resolveEntity(String targetNamespace,
                                      String schemaLocation,

Modified: 
webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/w3c/TestW3CSchemaTestSet.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/w3c/TestW3CSchemaTestSet.java?rev=439292&r1=439291&r2=439292&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/w3c/TestW3CSchemaTestSet.java
 (original)
+++ 
webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/w3c/TestW3CSchemaTestSet.java
 Fri Sep  1 05:39:28 2006
@@ -80,7 +80,6 @@
      * Returns a suite of TestRoundTripXSD test case instances. One for each 
of the tests
      * described in the testSetFile
      * @param testSetFile the File object of the .testSet file 
-     * @return
      * @throws Exception
      */
     public static Test suite(File testSetFile) throws Exception {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to