【fix sonar】oConvertUtils文件
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class oConvertUtils {
|
|||||||
try {
|
try {
|
||||||
strIn = new String(strIn.getBytes(StandardCharsets.ISO_8859_1), "GBK");
|
strIn = new String(strIn.getBytes(StandardCharsets.ISO_8859_1), "GBK");
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
// TODO Auto-generated catch block
|
// Auto-generated catch block
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
return strIn;
|
return strIn;
|
||||||
|
|||||||
Reference in New Issue
Block a user