Depreacte MemberUtils 0-argument contructor
This commit is contained in:
parent
78e26b2ec3
commit
6c1cb8005d
|
@ -335,4 +335,13 @@ final class MemberUtils {
|
|||
return obj;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private in 4.0.
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public MemberUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue