Skip to content

Commit

Permalink
Issue #4156 Fix javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Nov 13, 2019
1 parent 0fce724 commit 1ad7a3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public abstract class AbstractSessionCache extends ContainerLifeCycle implements
* Compute the mappingFunction to create a Session object iff the session
* with the given id isn't already in the map, otherwise return the existing Session.
* This method is expected to have precisely the same behaviour as
* @link ConcurrentHashMap#computeIfAbsent
* {@link java.util.concurrent.ConcurrentHashMap#computeIfAbsent}
*
* @param id the session id
* @param mappingFunction the function to load the data for the session
Expand Down

0 comments on commit 1ad7a3c

Please sign in to comment.