Attempt to fix broken javadoc build

See gh-2633
This commit is contained in:
Phillip Webb 2015-04-16 17:46:01 -07:00
parent 0451f16acc
commit a6644991be
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ import org.springframework.cache.CacheManager;
import org.springframework.cache.ehcache.EhCacheCache;
/**
* {@link CacheStatisticsProvider} implementation for {@link EhCacheCache}.
* {@link CacheStatisticsProvider} implementation for EhCache.
*
* @author Stephane Nicoll
* @since 1.3.0

View File

@ -22,7 +22,7 @@ import org.springframework.cache.guava.GuavaCache;
import com.google.common.cache.CacheStats;
/**
* {@link CacheStatisticsProvider} implementation for {@link GuavaCache}.
* {@link CacheStatisticsProvider} implementation for Guava.
*
* @author Stephane Nicoll
* @since 1.3.0

View File

@ -23,7 +23,7 @@ import com.hazelcast.monitor.LocalMapStats;
import com.hazelcast.spring.cache.HazelcastCache;
/**
* {@link CacheStatisticsProvider} implementation for {@link HazelcastCache}.
* {@link CacheStatisticsProvider} implementation for Hazelcast.
*
* @author Stephane Nicoll
* @since 1.3.0

View File

@ -36,7 +36,7 @@ import org.springframework.cache.CacheManager;
import org.springframework.cache.jcache.JCacheCache;
/**
* {@link CacheStatisticsProvider} implementation for {@link JCacheCache}.
* {@link CacheStatisticsProvider} implementation for a JSR-107 compliant cache.
*
* @author Stephane Nicoll
* @since 1.3.0