Edit Javadoc.

This commit is contained in:
John Blum
2020-06-17 20:11:49 -07:00
parent 36795103e7
commit a2bc65b408

View File

@@ -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