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
41f7cf82
Commit
41f7cf82
authored
Oct 28, 2019
by
Greg Messner
Browse files
Fixed TargetType enum (#454).
parent
75ce8d37
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/Constants.java
View file @
41f7cf82
...
...
@@ -466,7 +466,7 @@ public interface Constants {
ISSUE
,
MILESTONE
,
MERGE_REQUEST
,
NOTE
,
PROJECT
,
SNIPPET
,
USER
;
private
static
JacksonJsonEnumHelper
<
TargetType
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
TargetType
.
class
,
true
);
private
static
JacksonJsonEnumHelper
<
TargetType
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
TargetType
.
class
,
true
,
true
);
@JsonCreator
public
static
TargetType
forValue
(
String
value
)
{
...
...
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