Skip to content

Commit 2e192ae

Browse files
committed
remove incorrect @APinote
1 parent ec80bc7 commit 2e192ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hibernate-core/src/main/java/org/hibernate/query/QueryProducer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ public interface QueryProducer {
191191
* @return The {@link NativeQuery} instance for manipulation and execution
192192
*
193193
* @see jakarta.persistence.EntityManager#createNativeQuery(String,Class)
194-
*
195-
* @apiNote Changes in JPA 3.2 required de-typing this to be compilable with their changes
196194
*/
197195
<R> NativeQuery<R> createNativeQuery(String sqlString, Class<R> resultClass);
198196

0 commit comments

Comments
 (0)