Fix checkstyle errors
This commit is contained in:
parent
60e4649ff3
commit
bd910fc62b
|
@ -37,7 +37,9 @@ import org.springframework.validation.BindingResult;
|
||||||
import org.springframework.web.reactive.BindingContext;
|
import org.springframework.web.reactive.BindingContext;
|
||||||
import org.springframework.web.server.ServerWebExchange;
|
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}.
|
* Unit tests for {@link AbstractView}.
|
||||||
|
|
Loading…
Reference in New Issue