HHH-11573 - Fix javadoc typo.

This commit is contained in:
Chris Cranford 2017-03-23 12:59:31 -04:00 committed by Chris Cranford
parent 1eec41a136
commit 6676a9c7bd

View File

@ -212,8 +212,8 @@ public static AuditFunction function(final String function, final Object... argu
/**
* Adds a restriction for the type of the current entity.
*
* @param the entity type to restrict the current alias to
*
* @param type the entity type to restrict the current alias to
*/
public static AuditCriterion entityType(final Class<?> type) {
return entityType( null, type );