diff --git a/api/src/main/java/org/ehcache/spi/loaderwriter/CacheLoaderWriter.java b/api/src/main/java/org/ehcache/spi/loaderwriter/CacheLoaderWriter.java index 973dac286c..a3438155e5 100644 --- a/api/src/main/java/org/ehcache/spi/loaderwriter/CacheLoaderWriter.java +++ b/api/src/main/java/org/ehcache/spi/loaderwriter/CacheLoaderWriter.java @@ -29,7 +29,7 @@ * the user. Any {@code java.lang.Exception} thrown by the writing methods will * be wrapped into a {@link CacheWritingException}. *

- *

WTF? + *

* A similar thing will happen for the bulk version of the loading and writing methods and create the bulk version of * the related exceptions. *

@@ -37,7 +37,6 @@ * @param the key type processed by this loader-writer * @param the value type processed by this loader-writer * - * //These are already linked * @see CacheLoadingException * @see CacheWritingException * @see BulkCacheLoadingException