You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2002/08/05 22:52:30 UTC

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester Digester.java SetNextRule.java SetRootRule.java SetTopRule.java

craigmcc    2002/08/05 13:52:30

  Modified:    digester/src/java/org/apache/commons/digester Digester.java
                        SetNextRule.java SetRootRule.java SetTopRule.java
  Log:
  Clean up the whines from Javadoc under JDK 1.4.
  
  Revision  Changes    Path
  1.60      +8 -8      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.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- Digester.java	5 Aug 2002 20:48:49 -0000	1.59
  +++ Digester.java	5 Aug 2002 20:52:30 -0000	1.60
  @@ -199,7 +199,7 @@
   
   
       /**
  -     * Has this Digester been configured yet?
  +     * Has this Digester been configured yet.
        */
       protected boolean configured = false;
   
  @@ -250,7 +250,7 @@
   
   
       /**
  -     * Do we want a "namespace aware" parser?
  +     * Do we want a "namespace aware" parser.
        */
       protected boolean namespaceAware = false;
   
  @@ -328,13 +328,13 @@
   
       /**
        * Do we want to use the Context ClassLoader when loading classes
  -     * for instantiating new objects?  Default is <code>false</code>.
  +     * for instantiating new objects.  Default is <code>false</code>.
        */
       protected boolean useContextClassLoader = false;
   
   
       /**
  -     * Do we want to use a validating parser?
  +     * Do we want to use a validating parser.
        */
       protected boolean validating = false;
   
  
  
  
  1.14      +6 -6      jakarta-commons/digester/src/java/org/apache/commons/digester/SetNextRule.java
  
  Index: SetNextRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/SetNextRule.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SetNextRule.java	23 Mar 2002 17:45:58 -0000	1.13
  +++ SetNextRule.java	5 Aug 2002 20:52:30 -0000	1.14
  @@ -176,7 +176,7 @@
       protected String paramType = null;
   
       /**
  -     * Should we use exact matching? Default is no.
  +     * Should we use exact matching. Default is no.
        */
       protected boolean useExactMatch = false;
   
  @@ -184,7 +184,7 @@
   
   
       /**
  -     * <p>Is exact matching being used?</p>
  +     * <p>Is exact matching being used.</p>
        *
        * <p>This rule uses <code>org.apache.commons.beanutils.MethodUtils</code> 
        * to introspect the relevent objects so that the right method can be called.
  
  
  
  1.6       +6 -6      jakarta-commons/digester/src/java/org/apache/commons/digester/SetRootRule.java
  
  Index: SetRootRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/SetRootRule.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SetRootRule.java	23 Mar 2002 17:45:58 -0000	1.5
  +++ SetRootRule.java	5 Aug 2002 20:52:30 -0000	1.6
  @@ -174,7 +174,7 @@
       protected String paramType = null;
       
       /**
  -     * Should we use exact matching? Default is no.
  +     * Should we use exact matching. Default is no.
        */
       protected boolean useExactMatch = false;
   
  @@ -183,7 +183,7 @@
   
   
       /**
  -     * <p>Is exact matching being used?</p>
  +     * <p>Is exact matching being used.</p>
        *
        * <p>This rule uses <code>org.apache.commons.beanutils.MethodUtils</code> 
        * to introspect the relevent objects so that the right method can be called.
  
  
  
  1.15      +6 -6      jakarta-commons/digester/src/java/org/apache/commons/digester/SetTopRule.java
  
  Index: SetTopRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/SetTopRule.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SetTopRule.java	23 Mar 2002 17:45:58 -0000	1.14
  +++ SetTopRule.java	5 Aug 2002 20:52:30 -0000	1.15
  @@ -176,7 +176,7 @@
       protected String paramType = null;
       
       /**
  -     * Should we use exact matching? Default is no.
  +     * Should we use exact matching. Default is no.
        */
       protected boolean useExactMatch = false;
   
  @@ -184,7 +184,7 @@
       // --------------------------------------------------------- Public Methods
   
       /**
  -     * <p>Is exact matching being used?</p>
  +     * <p>Is exact matching being used.</p>
        *
        * <p>This rule uses <code>org.apache.commons.beanutils.MethodUtils</code> 
        * to introspect the relevent objects so that the right method can be called.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>