Skip to content

Commit 1520eaa

Browse files
authored
Merge pull request TooTallNate#444 from marci4/master
Updated Jar and ChatServer
2 parents 937974f + 1124eda commit 1520eaa

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master)](https://travis-ci.org/ck1125/Java-WebSocket)
1+
[![Build Status](https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master)](https://travis-ci.org/marci4/Java-WebSocket-Dev)
22
Java WebSockets
33
===============
44

dist/java_websocket.jar

10.8 KB
Binary file not shown.

src/main/example/ChatServer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public static void main( String[] args ) throws InterruptedException , IOExcepti
6565
if( in.equals( "exit" ) ) {
6666
s.stop();
6767
break;
68-
} else if( in.equals( "restart" ) ) {
69-
s.stop();
70-
s.start();
71-
break;
7268
}
7369
}
7470
}

0 commit comments

Comments
 (0)