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