Clean up warnings in spring-test
This commit is contained in:
@@ -25,7 +25,6 @@ import java.util.function.Consumer;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||
import org.springframework.format.FormatterRegistry;
|
||||
import org.springframework.http.codec.HttpMessageWriter;
|
||||
import org.springframework.http.codec.ServerCodecConfigurer;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.util.ObjectUtils;
|
||||
@@ -141,8 +140,6 @@ class DefaultControllerSpec extends AbstractMockServerSpec<WebTestClient.Control
|
||||
|
||||
private Consumer<ServerCodecConfigurer> messageCodecsConsumer;
|
||||
|
||||
private Consumer<List<HttpMessageWriter<?>>> writersConsumer;
|
||||
|
||||
private Consumer<FormatterRegistry> formattersConsumer;
|
||||
|
||||
private Validator validator;
|
||||
|
||||
Reference in New Issue
Block a user