Depreacte ObjectUtils 0-argument contructor
This commit is contained in:
parent
3bf280a4e4
commit
8a0194a596
|
@ -1403,8 +1403,12 @@ public class ObjectUtils {
|
||||||
*
|
*
|
||||||
* <p>This constructor is public to permit tools that require a JavaBean
|
* <p>This constructor is public to permit tools that require a JavaBean
|
||||||
* instance to operate.</p>
|
* instance to operate.</p>
|
||||||
|
*
|
||||||
|
* @deprecated TODO Make private in 4.0.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public ObjectUtils() {
|
public ObjectUtils() {
|
||||||
|
// empty
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue