We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885f9d7 commit 164b6a8Copy full SHA for 164b6a8
src/test/java/com/redhat/labs/omp/mocks/MockGitLabService.java
@@ -1,7 +1,5 @@
1
package com.redhat.labs.omp.mocks;
2
3
-import java.lang.reflect.ParameterizedType;
4
-import java.lang.reflect.Type;
5
import java.nio.charset.StandardCharsets;
6
import java.util.ArrayList;
7
import java.util.List;
@@ -13,7 +11,6 @@
13
11
14
12
import org.eclipse.microprofile.rest.client.inject.RestClient;
15
16
-import com.fasterxml.jackson.core.type.TypeReference;
17
import com.redhat.labs.omp.config.JsonMarshaller;
18
import com.redhat.labs.omp.models.gitlab.Commit;
19
import com.redhat.labs.omp.models.gitlab.CommitMultiple;
0 commit comments