Depreacte ArrayUtils 0-argument contructor
This commit is contained in:
parent
a7b7288946
commit
db6f3ed367
|
@ -9634,7 +9634,11 @@ public class ArrayUtils {
|
|||
* This constructor is public to permit tools that require a JavaBean instance
|
||||
* to operate.
|
||||
* </p>
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public ArrayUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue