Commit ae09ddfe authored by Quxl's avatar Quxl

x

parent b753de48
...@@ -1202,9 +1202,4 @@ public class StringUtil { ...@@ -1202,9 +1202,4 @@ public class StringUtil {
return stack; return stack;
} }
public static String bytesToString(byte[] bytes) {
return new String(bytes);
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment