Fix
This commit is contained in:
parent
55bd617071
commit
ac5d9181e0
1 changed files with 2 additions and 1 deletions
|
@ -1632,12 +1632,13 @@ public class BinaryMapIndexReader {
|
|||
|
||||
|
||||
// TRACE INFO
|
||||
public boolean log = true;
|
||||
int numberOfVisitedObjects = 0;
|
||||
int numberOfAcceptedObjects = 0;
|
||||
int numberOfReadSubtrees = 0;
|
||||
int numberOfAcceptedSubtrees = 0;
|
||||
boolean interrupted = false;
|
||||
boolean log = true;
|
||||
|
||||
|
||||
protected SearchRequest(){
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue