Skip to content

Commit

Permalink
Update App.java again cause it was wonky
Browse files Browse the repository at this point in the history
  • Loading branch information
wdn5349 authored May 2, 2024
1 parent b076724 commit e84ea05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/cse3310/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ public static void main(String[] args) {
System.out.println("websocket Server started on port: " + socketPort);
} catch (NullPointerException e) { // Checks for environment variable
e.printStackTrace();

}
}
}

0 comments on commit e84ea05

Please sign in to comment.