forked from loafle/openapi-generator-original
Fixup: change spaces to tab
This commit is contained in:
parent
b7cffe4121
commit
d18e75bbf1
@ -12,7 +12,7 @@ public class JsonUtil {
|
||||
mapper = new ObjectMapper();
|
||||
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||
mapper.disable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS);
|
||||
mapper.registerModule(new JodaModule());
|
||||
mapper.registerModule(new JodaModule());
|
||||
}
|
||||
|
||||
public static ObjectMapper getJsonMapper() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user