remove a deprecation that was probably an accident

This commit is contained in:
Krzysztof Debski 2022-03-15 17:22:35 +01:00 committed by Jan Schatteman
parent 7d9fc870fa
commit beae63ae2e
1 changed files with 0 additions and 3 deletions

View File

@ -47,11 +47,8 @@ public abstract class AbstractPreDatabaseOperationEvent
* Retrieves the entity involved in the database operation.
*
* @return The entity.
*
* @deprecated Support for JACC will be removed in 6.0
*/
@Override
@Deprecated
public Object getEntity() {
return entity;
}