mirror of https://github.com/apache/lucene.git
Refactoring
This commit is contained in:
parent
9f3792bab8
commit
4e8a1f288d
|
@ -64,7 +64,6 @@ public class DocIdEncodingBenchmark {
|
|||
static {
|
||||
try {
|
||||
TMP_DIR = Files.createTempDirectory("docIdJmh");
|
||||
System.out.println(TMP_DIR.toString());
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue