tidy the QuickPatchThreadsFilter

This commit is contained in:
Robert Muir 2024-12-14 14:19:25 -05:00
parent b495a86320
commit a8d8d6b3d9
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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 {