forked from I2P_Developers/i2p.i2p
findbugs all over
This commit is contained in:
@ -846,6 +846,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT {
|
||||
* @param nInfo who to send it to
|
||||
* @return success
|
||||
*/
|
||||
/****
|
||||
private boolean sendError(NodeInfo nInfo, MsgID msgID, int err, String msg) {
|
||||
if (_log.shouldLog(Log.INFO))
|
||||
_log.info("Sending error " + msg + " to: " + nInfo);
|
||||
@ -856,6 +857,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT {
|
||||
map.put("e", error);
|
||||
return sendError(nInfo, msgID, map);
|
||||
}
|
||||
****/
|
||||
|
||||
// Low-level send methods
|
||||
|
||||
|
Reference in New Issue
Block a user