Browse Source

Fix checkstyle errors

pull/22992/head
Rossen Stoyanchev 6 years ago
parent
commit
bd910fc62b
  1. 4
      spring-webflux/src/test/java/org/springframework/web/reactive/result/view/AbstractViewTests.java

4
spring-webflux/src/test/java/org/springframework/web/reactive/result/view/AbstractViewTests.java

@ -37,7 +37,9 @@ import org.springframework.validation.BindingResult; @@ -37,7 +37,9 @@ import org.springframework.validation.BindingResult;
import org.springframework.web.reactive.BindingContext;
import org.springframework.web.server.ServerWebExchange;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
/**
* Unit tests for {@link AbstractView}.

Loading…
Cancel
Save