Depreacte CharSetUtils 0-argument contructor
This commit is contained in:
parent
f6793211f2
commit
6ec8bb1edb
|
@ -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() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue