project init
This commit is contained in:
14
oms/src/test/java/com/TestWebSocket.java
Normal file
14
oms/src/test/java/com/TestWebSocket.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com;
|
||||
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
|
||||
public class TestWebSocket {
|
||||
|
||||
|
||||
public static void main(String args[]) throws URISyntaxException {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user