Commit 26437a49 authored by Tomas Bjerre's avatar Tomas Bjerre Committed by Greg Messner
Browse files

Using lower case for Position #308 (#309)

parent 654cf80d
......@@ -18,7 +18,7 @@ public class Position {
TEXT, IMAGE;
private static JacksonJsonEnumHelper<PositionType> enumHelper = new JacksonJsonEnumHelper<>(PositionType.class,
true, true);
false, false);
@JsonCreator
public static PositionType forValue(String value) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment