Author: bayard
Date: Fri Jan 29 17:12:02 2010
New Revision: 904562
URL: http://svn.apache.org/viewvc?rev=904562&view=rev
Log:
Removed comment on being able to add cause methods. This was removed from the
API as noted in LANG-584
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java?rev=904562&r1=904561&r2=904562&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
Fri Jan 29 17:12:02 2010
@@ -103,7 +103,6 @@
* <p>The method searches for methods with specific names that return a
* <code>Throwable</code> object. This will pick up most wrapping
exceptions,
* including those from JDK 1.4.
- * The method names can be added to using {...@link
#addCauseMethodName(String)}.</p>
*
* <p>The default list searched for are:</p>
* <ul>