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
26437a49
Commit
26437a49
authored
Feb 20, 2019
by
Tomas Bjerre
Committed by
Greg Messner
Feb 20, 2019
Browse files
Using lower case for Position #308 (#309)
parent
654cf80d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Position.java
View file @
26437a49
...
...
@@ -18,7 +18,7 @@ public class Position {
TEXT
,
IMAGE
;
private
static
JacksonJsonEnumHelper
<
PositionType
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
PositionType
.
class
,
true
,
tru
e
);
false
,
fals
e
);
@JsonCreator
public
static
PositionType
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