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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]