CAUSE_METHOD_NAMES: Updated JavaDoc for last commit.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2002-08-14 23:15:17 +00:00
parent 99ba8f14d5
commit 7004cc6250
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ import java.sql.SQLException;
public class ExceptionUtils public class ExceptionUtils
{ {
/** /**
* The name of the <code>getCause()</code> method. * The names of methods commonly used to access a wrapped
* exception.
*/ */
protected static final String[] CAUSE_METHOD_NAMES = protected static final String[] CAUSE_METHOD_NAMES =
{ {