Fix checkstyle errors

This commit is contained in:
Rossen Stoyanchev
2019-05-16 20:49:49 -04:00
parent 60e4649ff3
commit bd910fc62b

View File

@@ -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}.