mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-8658: make initializer static instead of default
Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>
This commit is contained in:
parent
b400608162
commit
822ea9c787
@ -35,7 +35,7 @@ public class StringUtils {
|
||||
|
||||
private static Charset preferredACSCharset;
|
||||
|
||||
{
|
||||
static {
|
||||
String preferredCharset = "UTF-8";
|
||||
if (Charset.isSupported(preferredCharset)) {
|
||||
preferredACSCharset = Charset.forName(preferredCharset);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user