forked from I2P_Developers/i2p.i2p
about 20 findbugs fixes all over
This commit is contained in:
@@ -390,6 +390,7 @@ public class BSkipSpan extends SkipSpan {
|
||||
this.prev = null;
|
||||
|
||||
BSkipSpan bss = this;
|
||||
// findbugs ok (set in load() above)
|
||||
int np = nextPage;
|
||||
while(np != 0) {
|
||||
BSkipSpan temp = bsl.spanHash.get(Integer.valueOf(np));
|
||||
|
||||
Reference in New Issue
Block a user