mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Depreacte MethodUtils 0-argument contructor
This commit is contained in:
parent
6c1cb8005d
commit
cf12cfe7dc
@ -1005,7 +1005,11 @@ private static Object[] toVarArgs(final Method method, Object[] args) {
|
||||
*
|
||||
* <p>This constructor is {@code public} to permit tools that require a JavaBean
|
||||
* instance to operate.</p>
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public MethodUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user