Browse Source

Merge branch '5.3.x'

pull/27722/head
Stephane Nicoll 4 years ago
parent
commit
974d326bf5
  1. 4
      spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSourceTests.java

4
spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSourceTests.java

@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * https://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
@ -158,4 +158,4 @@ class AbstractRoutingDataSourceTests {
.withMessage("DataSource router not initialized"); .withMessage("DataSource router not initialized");
} }
} }

Loading…
Cancel
Save