HHH-11041 : Correct references to Hibernate version in javadoc annotations in backported code

This commit is contained in:
Gail Badner 2016-08-11 22:21:47 -07:00
parent ed2c353717
commit 0f67404b79
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ public interface AvailableSettings {
* <li>FQN of a Class implementing {@link org.hibernate.cache.spi.CacheKeysFactory}</li> * <li>FQN of a Class implementing {@link org.hibernate.cache.spi.CacheKeysFactory}</li>
* </ul> * </ul>
* *
* @since 5.2 - note that currently this is only honored for hibernate-infinispan * @since 5.0.10 - note that currently this is only honored for hibernate-infinispan
*/ */
String CACHE_KEYS_FACTORY = "hibernate.cache.keys_factory"; String CACHE_KEYS_FACTORY = "hibernate.cache.keys_factory";