diff --git a/src/main/java/jtorrent/domain/dht/communication/DhtSocket.java b/src/main/java/jtorrent/domain/dht/communication/DhtSocket.java index 4bb2e622..c1854b0d 100644 --- a/src/main/java/jtorrent/domain/dht/communication/DhtSocket.java +++ b/src/main/java/jtorrent/domain/dht/communication/DhtSocket.java @@ -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);