You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/07/26 15:00:36 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/exception Nestable.java

scolebourne    2003/07/26 06:00:36

  Modified:    lang/src/java/org/apache/commons/lang/exception
                        Nestable.java
  Log:
  Javadoc improvements
  
  Revision  Changes    Path
  1.7       +6 -5      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/Nestable.java
  
  Index: Nestable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/Nestable.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Nestable.java	23 Mar 2003 17:47:51 -0000	1.6
  +++ Nestable.java	26 Jul 2003 13:00:36 -0000	1.7
  @@ -169,8 +169,8 @@
   
       /**
        * Prints the stack trace of this exception to the specified print
  -     * writer.  Includes inforamation from the exception--if
  -     * any--which caused this exception.
  +     * writer.  Includes information from the exception, if any,
  +     * which caused this exception.
        *
        * @param out <code>PrintWriter</code> to use for output.
        */
  @@ -178,8 +178,8 @@
   
       /**
        * Prints the stack trace of this exception to the specified print
  -     * stream.  Includes inforamation from the exception--if
  -     * any--which caused this exception.
  +     * stream.  Includes inforamation from the exception, if any,
  +     * which caused this exception.
        *
        * @param out <code>PrintStream</code> to use for output.
        */
  @@ -196,4 +196,5 @@
        * @param out The writer to use.
        */
       public void printPartialStackTrace(PrintWriter out);
  +    
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org