Skip to content

Commit 2e07a11

Browse files
committed
fix typo in jdoc
1 parent 75238ba commit 2e07a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/FilterDef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
ParamDef[] parameters() default {};
9898

9999
/**
100-
* Specifies that the filter auto-enabled, so that it is
100+
* Specifies that the filter is auto-enabled, so that it is
101101
* not necessary to call
102102
* {@link org.hibernate.Session#enableFilter(String)}.
103103
* <p>

0 commit comments

Comments
 (0)