mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-26 21:45:17 +00:00
silence findbugs: use of uninitialized value
This commit is contained in:
@@ -69,7 +69,7 @@ public class BSkipSpan extends SkipSpan {
|
||||
protected int overflowPage;
|
||||
|
||||
protected int prevPage;
|
||||
protected int nextPage;
|
||||
protected int nextPage = 0;
|
||||
protected Serializer keySer;
|
||||
protected Serializer valSer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user