Deprecate constructor for removal

This commit is contained in:
Gary Gregory 2024-07-31 08:24:00 -04:00
parent 16bce45fec
commit 20d7ec644d
1 changed files with 9 additions and 0 deletions

View File

@ -108,4 +108,13 @@ public class CharEncoding {
} }
} }
/**
* Constructs a new instance.
*
* @deprecated Will be removed in 4.0.0.
*/
@Deprecated
public CharEncoding() {
// empty
}
} }