Skip to content

Commit a5073f1

Browse files
committed
Fixed deprecation warning.
1 parent 085373d commit a5073f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/gitlab4j/api/TestMergeRequestApi.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class TestMergeRequestApi {
2727

2828
@Captor private ArgumentCaptor<MultivaluedMap<String, String>> attributeCaptor;
2929

30+
@SuppressWarnings("deprecation")
3031
@Before
3132
public void setUp() throws Exception {
3233
initMocks(this);

0 commit comments

Comments
 (0)