I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a444c25c authored by dev's avatar dev
Browse files

silence findbugs: use of uninitialized value

parent 45bc533e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class BSkipSpan extends SkipSpan { ...@@ -69,7 +69,7 @@ public class BSkipSpan extends SkipSpan {
protected int overflowPage; protected int overflowPage;
protected int prevPage; protected int prevPage;
protected int nextPage; protected int nextPage = 0;
protected Serializer keySer; protected Serializer keySer;
protected Serializer valSer; protected Serializer valSer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment