Fix Javadoc.

This commit is contained in:
John Blum
2018-05-26 15:51:48 -07:00
parent f8d23a3888
commit 5a9dda7da8

View File

@@ -26,7 +26,7 @@ import org.junit.BeforeClass;
import org.springframework.data.gemfire.GemfireUtils;
/**
* The {@linm IntegrationTestsSupport} class is an abstract base class supporting integration tests
* The {@link IntegrationTestsSupport} class is an abstract base class supporting integration tests
* with either Apache Geode or Pivotal GemFire in a Spring context.
*
* @author John Blum