Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
cahnged port
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobin Rosenau committed Dec 12, 2017
1 parent 967d5ab commit dac5234
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Server.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

/**
*
*/

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
Expand All @@ -25,7 +21,7 @@ public class Server {
public static void main(String[] args) throws IOException {
// Start ServerSocket on port 6000
try {
anschluss = new ServerSocket(6000);
anschluss = new ServerSocket(6002);
} catch (BindException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit dac5234

Please sign in to comment.