From 67b8b03f3336b618dfc1061a32593abf245ddca0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 26 Oct 2021 21:21:03 -0700 Subject: [PATCH] Edit Javadoc description of the META-INF/spring.factories configuration file. --- .../src/main/resources/META-INF/spring.factories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-geode-test/src/main/resources/META-INF/spring.factories b/spring-data-geode-test/src/main/resources/META-INF/spring.factories index 5bba770..845f4ff 100644 --- a/spring-data-geode-test/src/main/resources/META-INF/spring.factories +++ b/spring-data-geode-test/src/main/resources/META-INF/spring.factories @@ -1,4 +1,4 @@ -# STDG TestExecutionListeners for the Spring TestContext Framework +# Spring Test for Apache Geode (STDG) framework configuration for the Spring TestContext Framework. org.springframework.test.context.ContextCustomizerFactory=\ org.springframework.data.gemfire.tests.integration.test.context.GeodeContextCustomizerFactory