Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 2849b44

Browse files
committed
ONE MORE TEST FOR JAVADOC
1 parent e59a9bf commit 2849b44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/com/Yegorisa/clusterws/ClusterWS.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ public class ClusterWS {
3131

3232
private Reconnection mReconnectionHandler;
3333

34+
/**
35+
* test
36+
* @param url
37+
* @param port
38+
*/
39+
3440
public ClusterWS(String url, String port) {
3541
mOptions = new Options(url, port);
3642
mEmitter = new Emitter();

0 commit comments

Comments
 (0)