Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Mar 3, 2024
1 parent a651fab commit 8bc0846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private boolean processIntroduced(NetworkMessageType type, ObjectInputStream in)
}
}

private boolean processUnIntroduced(NetworkMessageType type, ObjectInputStream in) throws IOException, ClassNotFoundException {
private boolean processUnIntroduced(NetworkMessageType type, ObjectInputStream in) throws IOException {
switch (type) {
case HELLO:
fireOnConnected(connection, introduce(in));
Expand Down

0 comments on commit 8bc0846

Please sign in to comment.