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