Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
a5073f10
Commit
a5073f10
authored
Jul 10, 2018
by
Greg Messner
Browse files
Fixed deprecation warning.
parent
085373d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/gitlab4j/api/TestMergeRequestApi.java
View file @
a5073f10
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment