HHH-11573 - Fix javadoc typo.
This commit is contained in:
parent
1eec41a136
commit
6676a9c7bd
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue