mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 12:17:24 +00:00
HHH-11573 - Fix javadoc typo.
This commit is contained in:
parent
1eec41a136
commit
6676a9c7bd
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user