Depreacte CharSetUtils 0-argument contructor

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

View File

@ -237,7 +237,10 @@ public class CharSetUtils {
*
* <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 CharSetUtils() {
}
}