Skip to content

Commit

Permalink
Merge pull request #1805 from ljacomet/javadoc-loaderwriter-wtf
Browse files Browse the repository at this point in the history
[release/3.1] Cleanup of CacheLoaderWriter javadoc
  • Loading branch information
henri-tremblay authored Jan 26, 2017
2 parents 33296b9 + 4584f8a commit 23a15dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@
* the user. Any {@code java.lang.Exception} thrown by the writing methods will
* be wrapped into a {@link CacheWritingException}.
* </P>
* <P> WTF?
* <P>
* A similar thing will happen for the bulk version of the loading and writing methods and create the bulk version of
* the related exceptions.
* </P>
*
* @param <K> the key type processed by this loader-writer
* @param <V> the value type processed by this loader-writer
*
* //These are already linked
* @see CacheLoadingException
* @see CacheWritingException
* @see BulkCacheLoadingException
Expand Down

0 comments on commit 23a15dc

Please sign in to comment.