From 0fea1dfb0772fa5644fa3da29f7564bfac962779 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 9 Sep 2010 20:27:18 +0000 Subject: [PATCH] Nix link since we're not including protected bits in the docs. --- src/main/java/com/samskivert/depot/EHCacheAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/samskivert/depot/EHCacheAdapter.java b/src/main/java/com/samskivert/depot/EHCacheAdapter.java index 7eefd1d..ff5ebe0 100644 --- a/src/main/java/com/samskivert/depot/EHCacheAdapter.java +++ b/src/main/java/com/samskivert/depot/EHCacheAdapter.java @@ -45,7 +45,7 @@ import static com.samskivert.depot.Log.log; * An implementation of {@link CacheAdapter} for ehcache where each * {@link CacheAdapter.CacheCategory} results in one {@link Ehcache}. All (cacheId, key) * combinations within one category is stuffed into the same {@link Ehcache}, and all elements are - * cached under {@link EHCacheKey}, which basically wraps just such a tuple. + * cached under EHCacheKey, which basically wraps just such a tuple. * * Thus there are currently only four Ehcaches in play, called 'depotRecord', 'depotLongKeyset', * 'depotShortKeyset' and 'depotResult'. These must be defined in your ehcache.xml configuration.