Skip to content

Commit 26437a4

Browse files
tomasbjerregmessner
authored andcommitted
Using lower case for Position #308 (#309)
1 parent 654cf80 commit 26437a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/models/Position.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static enum PositionType {
1818

1919
TEXT, IMAGE;
2020
private static JacksonJsonEnumHelper<PositionType> enumHelper = new JacksonJsonEnumHelper<>(PositionType.class,
21-
true, true);
21+
false, false);
2222

2323
@JsonCreator
2424
public static PositionType forValue(String value) {

0 commit comments

Comments
 (0)