We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654cf80 commit 26437a4Copy full SHA for 26437a4
src/main/java/org/gitlab4j/api/models/Position.java
@@ -18,7 +18,7 @@ public static enum PositionType {
18
19
TEXT, IMAGE;
20
private static JacksonJsonEnumHelper<PositionType> enumHelper = new JacksonJsonEnumHelper<>(PositionType.class,
21
- true, true);
+ false, false);
22
23
@JsonCreator
24
public static PositionType forValue(String value) {
0 commit comments