Commit 3075ac0f authored by Phillip Webb's avatar Phillip Webb

Formatting

parent a6543805
......@@ -170,7 +170,6 @@ public class JacksonAutoConfiguration {
@Override
public void customize(Jackson2ObjectMapperBuilder builder) {
if (this.jacksonProperties.getDefaultPropertyInclusion() != null) {
builder.serializationInclusion(this.jacksonProperties.getDefaultPropertyInclusion());
}
......
Markdown is supported
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