silence findbugs: use of uninitialized value

This commit is contained in:
dev
2015-04-04 13:44:37 +00:00
parent 45bc533e38
commit a444c25c2c

View File

@ -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;