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