Browse Source

Polish

See gh-3792
pull/3794/head
Stephane Nicoll 11 years ago
parent
commit
4235df180e
  1. 2
      spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java

2
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java

@ -18,7 +18,6 @@ package org.springframework.boot.autoconfigure; @@ -18,7 +18,6 @@ package org.springframework.boot.autoconfigure;
import java.util.List;
import org.flywaydb.core.internal.util.StringUtils;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -35,6 +34,7 @@ import org.springframework.core.io.DefaultResourceLoader; @@ -35,6 +34,7 @@ import org.springframework.core.io.DefaultResourceLoader;
import org.springframework.core.io.support.SpringFactoriesLoader;
import org.springframework.core.type.AnnotationMetadata;
import org.springframework.mock.env.MockEnvironment;
import org.springframework.util.StringUtils;
import static org.hamcrest.Matchers.contains;
import static org.hamcrest.Matchers.containsInAnyOrder;

Loading…
Cancel
Save