mmidy       00/12/13 14:58:51

  Modified:    java/src/org/apache/xalan/xslt Process.java
  Log:
  Javadoc updates
  
  Revision  Changes    Path
  1.20      +3 -3      xml-xalan/java/src/org/apache/xalan/xslt/Process.java
  
  Index: Process.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/Process.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Process.java      2000/12/06 05:58:21     1.19
  +++ Process.java      2000/12/13 22:58:51     1.20
  @@ -118,7 +118,7 @@
     /**
      * Prints argument options.
      *
  -   * NEEDSDOC @param resbundle
  +   * @param resbundle Resource bundle
      */
     protected static void printArgOptions(XSLTErrorResources resbundle)
     {
  @@ -148,7 +148,7 @@
         "[-MEDIA use media attribute to find stylesheet associated with a 
document.]");  //"   [-PARAM name expression (Set a stylesheet parameter)]");
     }
   
  -  /** NEEDSDOC Field XSLT_PROPERTIES          */
  +  /** Default properties file          */
     static String XSLT_PROPERTIES = 
"/org/apache/xalan/res/XSLTInfo.properties";
   
     /**
  @@ -157,7 +157,7 @@
      *  <p>To set stylesheet parameters from the command line, use -PARAM name 
expression. If
      *  you want to set the parameter to a string value, enclose the string in 
single quotes (') to
      *
  -   * NEEDSDOC @param argv
  +   * @param argv Input parameters from command line
      */
     public static void main(String argv[])
     {
  
  
  

Reply via email to