forked from I2P_Developers/i2p.i2p
s/InterruptedException/InterruptedIOException/
(human)
This commit is contained in:
@@ -101,9 +101,6 @@ public class EepHandler {
|
||||
} catch (IOException ex) {
|
||||
_log.error("Error while handling eepsite request");
|
||||
return written;
|
||||
} catch (InterruptedException ex) {
|
||||
_log.error("Error while handling eepsite request");
|
||||
return written;
|
||||
} catch (I2PException ex) {
|
||||
_log.error("Error while handling eepsite request");
|
||||
return written;
|
||||
|
Reference in New Issue
Block a user