Depreacte CharUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:16:51 -05:00
parent 6ec8bb1edb
commit ba5d35fcae
1 changed files with 4 additions and 0 deletions

View File

@ -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
}
}