You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by nd...@apache.org on 2005/04/12 22:43:25 UTC

cvs commit: xml-commons/java/src/org/apache/xml/resolver/readers TR9401CatalogReader.java

ndw         2005/04/12 13:43:25

  Modified:    java/src/org/apache/xml/resolver CatalogEntry.java
                        CatalogManager.java
               java/src/org/apache/xml/resolver/helpers PublicId.java
               java/src/org/apache/xml/resolver/readers
                        TR9401CatalogReader.java
  Log:
  JavaDoc fixes
  
  Revision  Changes    Path
  1.4       +1 -1      xml-commons/java/src/org/apache/xml/resolver/CatalogEntry.java
  
  Index: CatalogEntry.java
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/src/org/apache/xml/resolver/CatalogEntry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CatalogEntry.java	2 Sep 2003 07:05:07 -0000	1.3
  +++ CatalogEntry.java	12 Apr 2005 20:43:24 -0000	1.4
  @@ -219,7 +219,7 @@
     /**
      * Construct a catalog entry of the specified type.
      *
  -   * @param name The name of the entry type
  +   * @param type The entry type
      * @param args A String Vector of arguments
      * @throws InvalidCatalogEntryTypeException if no such entry type
      * exists.
  
  
  
  1.7       +0 -5      xml-commons/java/src/org/apache/xml/resolver/CatalogManager.java
  
  Index: CatalogManager.java
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/src/org/apache/xml/resolver/CatalogManager.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- CatalogManager.java	2 Sep 2003 07:05:07 -0000	1.6
  +++ CatalogManager.java	12 Apr 2005 20:43:24 -0000	1.7
  @@ -464,9 +464,6 @@
     /**
      * Set the relativeCatalogs setting.
      *
  -   * @return The relativeCatalogs setting from the propertyFile or the
  -   * defaultRelativeCatalogs.
  -   *
      * @see #getRelativeCatalogs()
      */
     public void setRelativeCatalogs (boolean relative) {
  @@ -606,8 +603,6 @@
   
     /**
      * Set the prefer public setting.
  -   *
  -   * @return True if public identifiers are preferred.
      */
     public void setPreferPublic (boolean preferPublic) {
       this.preferPublic = new Boolean(preferPublic);
  
  
  
  1.4       +1 -1      xml-commons/java/src/org/apache/xml/resolver/helpers/PublicId.java
  
  Index: PublicId.java
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/src/org/apache/xml/resolver/helpers/PublicId.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PublicId.java	2 Sep 2003 07:05:08 -0000	1.3
  +++ PublicId.java	12 Apr 2005 20:43:25 -0000	1.4
  @@ -140,7 +140,7 @@
      * <p>This method is declared static so that other classes
      * can use it directly.</p>
      *
  -   * @param publicId The unnormalized public identifier.
  +   * @param urn The urn:publicid: URN
      *
      * @return The normalized identifier.
      */
  
  
  
  1.6       +2 -1      xml-commons/java/src/org/apache/xml/resolver/readers/TR9401CatalogReader.java
  
  Index: TR9401CatalogReader.java
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/src/org/apache/xml/resolver/readers/TR9401CatalogReader.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TR9401CatalogReader.java	2 Sep 2003 07:05:08 -0000	1.5
  +++ TR9401CatalogReader.java	12 Apr 2005 20:43:25 -0000	1.6
  @@ -96,7 +96,8 @@
      * identifiers. There is no delegate entry for system identifiers
      * or URIs.</p>
      *
  -   * @param fileUrl  The URL or filename of the catalog file to process
  +   * @param catalog The Catalog to populate
  +   * @param is The input stream from which to read the TR9401 Catalog
      *
      * @throws MalformedURLException Improper fileUrl
      * @throws IOException Error reading catalog file