Skip to content

Commit beae63a

Browse files
Krzysztof Debskijrenaat
Krzysztof Debski
authored andcommitted
remove a deprecation that was probably an accident
1 parent 7d9fc87 commit beae63a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hibernate-core/src/main/java/org/hibernate/event/spi/AbstractPreDatabaseOperationEvent.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ public AbstractPreDatabaseOperationEvent(
4747
* Retrieves the entity involved in the database operation.
4848
*
4949
* @return The entity.
50-
*
51-
* @deprecated Support for JACC will be removed in 6.0
5250
*/
5351
@Override
54-
@Deprecated
5552
public Object getEntity() {
5653
return entity;
5754
}

0 commit comments

Comments
 (0)