mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Revert "Depreacte MemberUtils 0-argument contructor"
This reverts commit 6c1cb8005deb19376b14c74dbad7ad2e94232ece.
This commit is contained in:
parent
a6cbd6596c
commit
5f6a065084
@ -335,13 +335,4 @@ static <T extends AccessibleObject> T setAccessibleWorkaround(final T obj) {
|
||||
return obj;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private in 4.0.
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public MemberUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user