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
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@ public class AuditEntity {
/**
* 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 );