diff --git a/hibernate-core/src/main/java/org/hibernate/annotations/processing/Find.java b/hibernate-core/src/main/java/org/hibernate/annotations/processing/Find.java index a610dc27c1..0a19f1b2d7 100644 --- a/hibernate-core/src/main/java/org/hibernate/annotations/processing/Find.java +++ b/hibernate-core/src/main/java/org/hibernate/annotations/processing/Find.java @@ -74,7 +74,7 @@ * session object, instead of having a parameter of type * {@code EntityManager}, and *
  • the generated static metamodel class will actually implement - * the type which declares the method annotated {@code @SQL}. + * the type which declares the method annotated {@code @Find}. * *

    * Thus, the generated method may be called according to the following @@ -91,6 +91,7 @@ * or one of the following types: *