forked from I2P_Developers/i2p.i2p
misc. findbugs fixes
This commit is contained in:
@ -783,7 +783,7 @@ public class SnarkManager implements Snark.CompleteListener {
|
||||
throw ioe;
|
||||
} finally {
|
||||
try {
|
||||
if (out == null)
|
||||
if (out != null)
|
||||
out.close();
|
||||
} catch (IOException ioe) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user