Skip to content

Commit 17936b8

Browse files
committed
Polish
1 parent 94c40c7 commit 17936b8

File tree

1 file changed

+3
-3
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway

1 file changed

+3
-3
lines changed

Diff for: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -103,8 +103,8 @@ void expectedPropertiesAreManaged() {
103103
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation",
104104
"createDataSource");
105105
// High level object we can't set with properties
106-
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
107-
"javaMigrationClassProvider", "resourceProvider", "resolvers");
106+
ignoreProperties(configuration, "callbacks", "dataSource", "javaMigrations", "javaMigrationClassProvider",
107+
"resourceProvider", "resolvers");
108108
// Properties we don't want to expose
109109
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames");
110110
// Handled by the conversion service

0 commit comments

Comments
 (0)