ggregory 2003/07/25 17:43:08
Modified: lang/src/java/org/apache/commons/lang/exception
ExceptionUtils.java
Log:
Avoid Javadoc warning with Standard Doclet version 1.4.2.
Revision Changes Path
1.28 +3 -2
jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
Index: ExceptionUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/ExceptionUtils.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ExceptionUtils.java 25 Jul 2003 23:06:58 -0000 1.27
+++ ExceptionUtils.java 26 Jul 2003 00:43:08 -0000 1.28
@@ -378,7 +378,8 @@
}
/**
- * <p>Equivalent to <code>printRootCauseStackTrace(t, System.err);</code></p>
+ * <p>Calls <code>printRootCauseStackTraceprintRootCauseStackTrace</code>.</p>
+ * Same as: <pre>printRootCauseStackTrace(t, System.err);</pre>
*
* @see #printRootCauseStackTrace(Throwable,PrintWriter)
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]