mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42: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);
|
||||
}
|
||||
|
||||
public static Charset getDefaultCharset() {
|
||||
protected static Charset getDefaultCharset() {
|
||||
return Charset.defaultCharset();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user