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 085373d commit a5073f1Copy full SHA for a5073f1
src/test/java/org/gitlab4j/api/TestMergeRequestApi.java
@@ -27,6 +27,7 @@ public class TestMergeRequestApi {
27
28
@Captor private ArgumentCaptor<MultivaluedMap<String, String>> attributeCaptor;
29
30
+ @SuppressWarnings("deprecation")
31
@Before
32
public void setUp() throws Exception {
33
initMocks(this);
0 commit comments