Browse Source

Polish

pull/15295/head
Andy Wilkinson 7 years ago
parent
commit
548cc05bb6
  1. 1
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/servlet/context/ServletWebServerApplicationContextTests.java

1
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/servlet/context/ServletWebServerApplicationContextTests.java

@ -31,6 +31,7 @@ import javax.servlet.ServletResponse; @@ -31,6 +31,7 @@ import javax.servlet.ServletResponse;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.Captor;

Loading…
Cancel
Save