Depreacte CharUtils 0-argument contructor
This commit is contained in:
parent
6ec8bb1edb
commit
ba5d35fcae
|
@ -515,7 +515,11 @@ public class CharUtils {
|
|||
*
|
||||
* <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 CharUtils() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue