Skip to content

Commit 87627eb

Browse files
committed
fix jdoc of QueryResultsCacheImpl
1 parent 69bc8a1 commit 87627eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/cache/internal/QueryResultsCacheImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import static org.hibernate.cache.spi.SecondLevelCacheLogger.L2CACHE_LOGGER;
2222

2323
/**
24-
* The standard implementation of the Hibernate QueryCache interface. Works
25-
* hind-in-hand with {@link TimestampsCache} to help in recognizing
24+
* The standard implementation of the {@link QueryResultsCache} interface.
25+
* Works in conjunction with {@link TimestampsCache} to help in recognizing
2626
* stale query results.
2727
*
2828
* @author Gavin King

0 commit comments

Comments
 (0)