Depreacte ConstructorUtils 0-argument contructor
This commit is contained in:
parent
655d402821
commit
4822446e98
|
@ -288,8 +288,12 @@ public class ConstructorUtils {
|
||||||
*
|
*
|
||||||
* <p>This constructor is {@code public} to permit tools that require a JavaBean
|
* <p>This constructor is {@code 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 ConstructorUtils() {
|
public ConstructorUtils() {
|
||||||
|
// empty
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue