HHH-11573 - Fix javadoc typo.
This commit is contained in:
parent
1eec41a136
commit
6676a9c7bd
|
@ -213,7 +213,7 @@ public class AuditEntity {
|
||||||
/**
|
/**
|
||||||
* Adds a restriction for the type of the current entity.
|
* 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) {
|
public static AuditCriterion entityType(final Class<?> type) {
|
||||||
return entityType( null, type );
|
return entityType( null, type );
|
||||||
|
|
Loading…
Reference in New Issue