skitching    2004/05/10 00:15:21

  Modified:    digester/src/java/org/apache/commons/digester Digester.java
  Log:
  Improved javadoc for deprecated setDebug and getDebug methods.
  
  Revision  Changes    Path
  1.103     +7 -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.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- Digester.java     10 May 2004 06:30:06 -0000      1.102
  +++ Digester.java     10 May 2004 07:15:20 -0000      1.103
  @@ -417,8 +417,9 @@
       /**
        * Return the debugging detail level of our currently enabled logger.
        *
  -     * @deprecated Configure the logger using standard mechanisms
  -     *  for your implementation
  +     * @deprecated This method now always returns 0. Digester uses the apache
  +     * jakarta commons-logging library; see the documentation for that library
  +     * for more information.
        */
       public int getDebug() {
   
  @@ -433,8 +434,9 @@
        * @param debug New debugging detail level (0=off, increasing integers
        *  for more detail)
        *
  -     * @deprecated Configure the logger using standard mechanisms
  -     *  for your implementation
  +     * @deprecated This method now has no effect at all. Digester uses
  +     * the apache jakarta comons-logging library; see the documentation
  +     * for that library for more information.
        */
       public void setDebug(int debug) {
   
  
  
  

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

Reply via email to