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 {
|
static {
|
||||||
try {
|
try {
|
||||||
TMP_DIR = Files.createTempDirectory("docIdJmh");
|
TMP_DIR = Files.createTempDirectory("docIdJmh");
|
||||||
System.out.println(TMP_DIR.toString());
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue