forked from I2P_Developers/i2p.i2p
about 20 findbugs fixes all over
This commit is contained in:
@@ -71,7 +71,7 @@ abstract class IRCFilter {
|
||||
|
||||
// Allow numerical responses
|
||||
try {
|
||||
Integer.valueOf(command);
|
||||
Integer.parseInt(command);
|
||||
return s;
|
||||
} catch(NumberFormatException nfe){}
|
||||
|
||||
|
Reference in New Issue
Block a user