Commit a5073f10 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed deprecation warning.

parent 085373d0
...@@ -27,6 +27,7 @@ public class TestMergeRequestApi { ...@@ -27,6 +27,7 @@ public class TestMergeRequestApi {
@Captor private ArgumentCaptor<MultivaluedMap<String, String>> attributeCaptor; @Captor private ArgumentCaptor<MultivaluedMap<String, String>> attributeCaptor;
@SuppressWarnings("deprecation")
@Before @Before
public void setUp() throws Exception { public void setUp() throws Exception {
initMocks(this); initMocks(this);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment