mirror of https://github.com/apache/lucene.git
Left over println statement.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1687713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f00703303
commit
0d1ca8ffa0
|
@ -1655,7 +1655,7 @@ public final class DirectPostingsFormat extends PostingsFormat {
|
|||
private int upto;
|
||||
private int freq;
|
||||
|
||||
public LowFreqDocsEnum(int posMult) {System.out.println("NEW");
|
||||
public LowFreqDocsEnum(int posMult) {
|
||||
this.posMult = posMult;
|
||||
// if (DEBUG) {
|
||||
// System.out.println("LowFreqDE: posMult=" + posMult);
|
||||
|
|
Loading…
Reference in New Issue