Deprecate constructor for removal
This commit is contained in:
parent
16bce45fec
commit
20d7ec644d
|
@ -108,4 +108,13 @@ public class CharEncoding {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a new instance.
|
||||
*
|
||||
* @deprecated Will be removed in 4.0.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public CharEncoding() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue