mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-8669: making StringUtils.getDefaultCharset protected
made this protected as its only use is in the Test file.
This commit is contained in:
parent
55ae168cdd
commit
a65339ff1b
@ -52,7 +52,7 @@ public class StringUtils {
|
|||||||
return Charset.isSupported(UTF8);
|
return Charset.isSupported(UTF8);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Charset getDefaultCharset() {
|
protected static Charset getDefaultCharset() {
|
||||||
return Charset.defaultCharset();
|
return Charset.defaultCharset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user