Remove all source code (Javadoc) references to 'Pivotal GemFire' or 'GemFire' in general.

This commit is contained in:
John Blum
2020-09-17 21:24:16 -07:00
parent 75dc534564
commit cb34cd2201
92 changed files with 225 additions and 269 deletions

View File

@@ -27,7 +27,7 @@ import org.apache.geode.cache.client.ClientCache;
import org.apache.geode.cache.client.ClientCacheFactory;
/**
* Integration Tests for {@link SimpleCacheResolver} using a GemFire/Geode {@link ClientCache}.
* Integration Tests for {@link SimpleCacheResolver} using an Apache Geode {@link ClientCache}.
*
* @author John Blum
* @see org.junit.Test

View File

@@ -27,7 +27,7 @@ import org.apache.geode.cache.Cache;
import org.apache.geode.cache.CacheFactory;
/**
* Integration Tests for {@link SimpleCacheResolver} using a GemFire/Geode {@literal peer} {@link Cache}.
* Integration Tests for {@link SimpleCacheResolver} using an Apache Geode {@literal peer} {@link Cache}.
*
* @author John Blum
* @see org.junit.Test