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:
parent
7004cc6250
commit
da49474963
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue