Skip to content

Commit

Permalink
add missing @SInCE tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Jan 5, 2024
1 parent 63a84da commit f4f62c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hibernate-core/src/main/java/org/hibernate/Hibernate.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ public static <T> Class<? extends T> getClass(T proxy) {
*
* @param proxy an entity instance or proxy
* @return the true class of the instance
*
* @since 6.3
*/
@SuppressWarnings("unchecked")
public static <T> Class<? extends T> getClassLazy(T proxy) {
Expand Down

0 comments on commit f4f62c8

Please sign in to comment.