This commit is contained in:
Madhura Bhave
2019-04-15 17:09:47 -07:00
parent 38cbc0f096
commit f0544fb86f

View File

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