From a2bc65b408e75d93853a1dd2640263e04f653b15 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 17 Jun 2020 20:11:49 -0700 Subject: [PATCH] Edit Javadoc. --- .../annotation/EnableGemFireResourceCollector.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java index 9dda7f1..7d79844 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java @@ -31,8 +31,8 @@ import org.springframework.test.context.event.AfterTestClassEvent; /** * The {@link EnableGemFireResourceCollector} annotation enables the cleanup of resources (e.g. files) and other garbage - * left behind by Apache Geode (or VMware GemFire) after the GemFire/Geode process shuts down, especially in a test - * context to avoid conflicts between test runs. + * irresponsibly left behind by Apache Geode (or VMware GemFire) after the GemFire/Geode process shuts down, especially + * in a test context in order to avoid conflicts and interference between test runs. * * @author John Blum * @see java.lang.annotation.Documented