Skip to content
Snippets Groups Projects
Commit 1d934733 authored by Mingyang Zhu's avatar Mingyang Zhu
Browse files

void to import *

parent 94308090
No related branches found
No related tags found
1 merge request!836Enhance the reindex-by-record-id api
Checking pipeline status
......@@ -38,7 +38,9 @@ import java.util.*;
import static org.junit.Assert.fail;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.*;
import static org.mockito.Mockito.mockStatic;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import static org.mockito.MockitoAnnotations.initMocks;
import java.net.URISyntaxException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment