From a6644991be03bf977f225c72c3f0adf4c3eaa4fd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 16 Apr 2015 17:46:01 -0700 Subject: [PATCH] Attempt to fix broken javadoc build See gh-2633 --- .../boot/actuate/cache/EhCacheStatisticsProvider.java | 2 +- .../boot/actuate/cache/GuavaCacheStatisticsProvider.java | 2 +- .../boot/actuate/cache/HazelcastCacheStatisticsProvider.java | 2 +- .../boot/actuate/cache/JCacheStatisticsProvider.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/EhCacheStatisticsProvider.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/EhCacheStatisticsProvider.java index 8d72528233..6bfd671c66 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/EhCacheStatisticsProvider.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/EhCacheStatisticsProvider.java @@ -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 diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/GuavaCacheStatisticsProvider.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/GuavaCacheStatisticsProvider.java index fb427bb812..8168d01199 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/GuavaCacheStatisticsProvider.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/GuavaCacheStatisticsProvider.java @@ -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 diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/HazelcastCacheStatisticsProvider.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/HazelcastCacheStatisticsProvider.java index 746dd3367a..ca7b74ff2b 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/HazelcastCacheStatisticsProvider.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/HazelcastCacheStatisticsProvider.java @@ -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 diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/JCacheStatisticsProvider.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/JCacheStatisticsProvider.java index 9cd74ee436..8d1c619ca2 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/JCacheStatisticsProvider.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/JCacheStatisticsProvider.java @@ -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