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

This commit is contained in:
Gail Badner 2016-08-11 22:27:41 -07:00
parent 8206ab3a50
commit be57dad4c2
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -16,7 +16,7 @@ import org.hibernate.envers.query.internal.property.PropertyNameGetter;
/**
* @author Chris Cranford
* @since 5.2
* @since 5.1.1
*/
public class RelatedAuditEqualityExpression extends AbstractAtomicExpression {
private final PropertyNameGetter propertyNameGetter;

View File

@ -19,7 +19,7 @@ import org.hibernate.envers.query.internal.property.PropertyNameGetter;
/**
* @author Chris Cranford
* @since 5.2
* @since 5.1.1
*/
public class RelatedAuditInExpression extends AbstractAtomicExpression {