Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuh committed Apr 21, 2024
1 parent 70b8f20 commit c257904
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ protected void execute() {
LOGGER.debug(Markers.DHT, "Interrupted while waiting for message");
} else {
LOGGER.error(Markers.DHT, "Failed to receive message", e);
// TODO: Perhaps we should throw AssertionError since SocketException should only be thrown when the socket is closed due to task stopping
// TODO: Perhaps we should throw AssertionError since SocketException
// should only be thrown when the socket is closed due to task stopping
}
} catch (IOException e) {
LOGGER.error(Markers.DHT, "Failed to receive message", e);
Expand Down

0 comments on commit c257904

Please sign in to comment.