mirror of https://github.com/apache/lucene.git
tidy the QuickPatchThreadsFilter
This commit is contained in:
parent
b495a86320
commit
a8d8d6b3d9
|
@ -17,9 +17,8 @@
|
|||
package org.apache.lucene.tests.util;
|
||||
|
||||
import com.carrotsearch.randomizedtesting.ThreadFilter;
|
||||
import org.apache.lucene.util.Constants;
|
||||
|
||||
import java.util.concurrent.ForkJoinWorkerThread;
|
||||
import org.apache.lucene.util.Constants;
|
||||
|
||||
/** Last minute patches. */
|
||||
public class QuickPatchThreadsFilter implements ThreadFilter {
|
||||
|
|
Loading…
Reference in New Issue