From 4235df180eac7be7c69e9cd1e93f1aa627074be3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Aug 2015 14:54:40 +0200 Subject: [PATCH] Polish See gh-3792 --- .../EnableAutoConfigurationImportSelectorTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java index 3a932045ae8..8f92f45fd2c 100644 --- a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java +++ b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java @@ -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; 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;