mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-16 06:55:20 +00:00
Deprecate constructor for removal
This commit is contained in:
parent
16bce45fec
commit
20d7ec644d
@ -108,4 +108,13 @@ public static boolean isSupported(final String name) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a new instance.
|
||||
*
|
||||
* @deprecated Will be removed in 4.0.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public CharEncoding() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user