Skip to content

Commit ed03ac1

Browse files
committed
Polish
1 parent c2b85c1 commit ed03ac1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@
5454
import org.springframework.boot.autoconfigure.jdbc.JdbcOperationsDependsOnPostProcessor;
5555
import org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration;
5656
import org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcOperationsDependsOnPostProcessor;
57-
<<<<<<< HEAD
58-
import org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor;
59-
=======
6057
import org.springframework.boot.autoconfigure.jooq.DslContextDependsOnPostProcessor;
61-
>>>>>>> 2.4.x
58+
import org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor;
6259
import org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration;
6360
import org.springframework.boot.context.properties.ConfigurationPropertiesBinding;
6461
import org.springframework.boot.context.properties.EnableConfigurationProperties;

0 commit comments

Comments
 (0)