From b67e97d38879d653f3746032e2c243cf58a27f92 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 22 Nov 2021 16:11:43 +0100 Subject: [PATCH] Polish --- .../datasource/lookup/AbstractRoutingDataSourceTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSourceTests.java b/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSourceTests.java index 7fb3445c4a7..8dc23a3f965 100644 --- a/spring-jdbc/src/test/java/org/springframework/jdbc/datasource/lookup/AbstractRoutingDataSourceTests.java +++ b/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 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 * distributed under the License is distributed on an "AS IS" BASIS, @@ -158,4 +158,4 @@ class AbstractRoutingDataSourceTests { .withMessage("DataSource router not initialized"); } -} \ No newline at end of file +}