Merge branch '2.1.x'

This commit is contained in:
Madhura Bhave
2019-04-15 17:10:07 -07:00

View File

@@ -127,7 +127,6 @@ public class JsonTestersAutoConfiguration {
JsonTesterFactoryBean(Class<?> objectType, M marshaller) {
this.objectType = objectType;
this.marshaller = marshaller;
}
@Override