From c7350fa116aea65edcf49727fa5c4e58e158eb62 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 11 Nov 2019 21:12:39 -0800 Subject: [PATCH] DATAGEODE-152 - Fix Javadoc HTTP URL reference; switch to HTTPS. Resolves gh-27. --- .../transaction/TransactionalEventListenerIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java index df58f880..6705d56e 100644 --- a/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.java +++ b/src/test/java/org/springframework/data/gemfire/transaction/TransactionalEventListenerIntegrationTests.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,