Browse Source

Polish

pull/16606/head
Madhura Bhave 7 years ago
parent
commit
f0544fb86f
  1. 1
      spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/json/JsonTestersAutoConfiguration.java

1
spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/json/JsonTestersAutoConfiguration.java

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

Loading…
Cancel
Save