sboag       00/12/17 16:08:33

  Modified:    java/src/org/apache/xml/utils/res XResources_ja_JP_HI.java
                        XResources_ja_JP_I.java
  Log:
  Finished up remaining javadoc holes.
  
  Revision  Changes    Path
  1.3       +3 -3      
xml-xalan/java/src/org/apache/xml/utils/res/XResources_ja_JP_HI.java
  
  Index: XResources_ja_JP_HI.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/res/XResources_ja_JP_HI.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XResources_ja_JP_HI.java  2000/12/01 20:30:27     1.2
  +++ XResources_ja_JP_HI.java  2000/12/18 00:08:32     1.3
  @@ -72,17 +72,17 @@
   {
   
     /**
  -   * NEEDSDOC Method getContents 
  +   * Get the association table for this resource.
      *
      *
  -   * NEEDSDOC (getContents) @return
  +   * @return the association table for this resource.
      */
     public Object[][] getContents()
     {
       return contents;
     }
   
  -  /** NEEDSDOC Field contents          */
  +  /** The association table for this resource.  */
     static final Object[][] contents =
     {
       { "ui_language", "ja" }, { "help_language", "ja" }, { "language", "ja" },
  
  
  
  1.3       +3 -3      
xml-xalan/java/src/org/apache/xml/utils/res/XResources_ja_JP_I.java
  
  Index: XResources_ja_JP_I.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/res/XResources_ja_JP_I.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XResources_ja_JP_I.java   2000/12/01 20:30:28     1.2
  +++ XResources_ja_JP_I.java   2000/12/18 00:08:33     1.3
  @@ -72,17 +72,17 @@
   {
   
     /**
  -   * NEEDSDOC Method getContents 
  +   * Get the association table for this resource.
      *
      *
  -   * NEEDSDOC (getContents) @return
  +   * @return the association table for this resource.
      */
     public Object[][] getContents()
     {
       return contents;
     }
   
  -  /** NEEDSDOC Field contents          */
  +  /** The association table for this resource.  */
     static final Object[][] contents =
     {
       { "ui_language", "ja" }, { "help_language", "ja" }, { "language", "ja" },
  
  
  

Reply via email to