remove U+200B

This commit is contained in:
Porcupiney Hairs
2020-08-30 04:54:02 +05:30
parent 3f6eef8437
commit 4f07733b06

View File

@@ -14,7 +14,7 @@
// HttpClient client = HttpClient.newBuilder().build();
// CompletableFuture<WebSocket> ws = client.newWebSocketBuilder()
// .buildAsync(URI.create("ws://websocket.example.com"), null);
// ws.get().sendText(message, false);
// ws.get().sendText(message, false);
// } catch (Exception e) {
// // TODO: handle exception
// }
@@ -24,4 +24,4 @@
// };
// }
// }
// }