Commit ba4a674d authored by captainwong's avatar captainwong

fix

parent b80fca08
...@@ -60,7 +60,7 @@ public class SimpleServer { ...@@ -60,7 +60,7 @@ public class SimpleServer {
byte[] bytes = data.getBytes(data); byte[] bytes = data.getBytes(data);
System.out.println("data=" + printable_bytes(bytes)); System.out.println("data=" + printable_bytes(bytes));
}catch(UnsupportedEncodingException e){ }catch(UnsupportedEncodingException e){
System.out.println("data=" + data);
} }
} }
......
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