rdonkin     2003/10/28 15:01:00

  Modified:    digester/src/java/org/apache/commons/digester Digester.java
               digester/src/java/org/apache/commons/digester/xmlrules
                        DigesterLoader.java
  Log:
  Correct mistakes I made in javadocs (Doh!). Patch contributed by Simon Kitching.
  
  Revision  Changes    Path
  1.85      +5 -5      
jakarta-commons/digester/src/java/org/apache/commons/digester/Digester.java
  
  Index: Digester.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/Digester.java,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- Digester.java     19 Oct 2003 19:35:40 -0000      1.84
  +++ Digester.java     28 Oct 2003 23:01:00 -0000      1.85
  @@ -604,7 +604,7 @@
       /**
        * Sets the logger used for logging SAX-related information.
        * <strong>Note</strong> the output is finely grained.
  -     * @param log Log, not null
  +     * @param saxLog Log, not null
        */    
       public void setSAXLogger(Log saxLog) {
       
  
  
  
  1.10      +5 -5      
jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules/DigesterLoader.java
  
  Index: DigesterLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules/DigesterLoader.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DigesterLoader.java       22 Oct 2003 18:28:57 -0000      1.9
  +++ DigesterLoader.java       28 Oct 2003 23:01:00 -0000      1.10
  @@ -88,7 +88,7 @@
   
       /**
        * Creates a new digester and initializes it from the specified InputSource
  -     * @param inputSource load the xml rules from this InputSource
  +     * @param rulesSource load the xml rules from this InputSource
        * @return a new Digester initialized with the rules
        */
       public static Digester createDigester(InputSource rulesSource) {
  @@ -103,7 +103,7 @@
        * This constructor allows the digester to be used to load the rules to be 
specified.
        * This allows properties to be configured on the Digester instance before it 
is used.
        *
  -     * @param inputSource load the xml rules from this InputSource
  +     * @param rulesSource load the xml rules from this InputSource
        * @param rulesDigester digester to load the specified XML file.
        * @return a new Digester initialized with the rules
        */
  
  
  

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

Reply via email to