CAUSE_METHOD_PARAMS: Updated JavaDoc for recent API enchancements.

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

View File

@ -80,7 +80,8 @@ public class ExceptionUtils
};
/**
* The parameters of the <code>getCause()</code> method.
* The empty parameter list passed to methods used to access a
* wrapped exception.
*/
protected static final Object[] CAUSE_METHOD_PARAMS = {};