Skip to content

Commit

Permalink
remove a deprecation that was probably an accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Debski authored and jrenaat committed Mar 15, 2022
1 parent 7d9fc87 commit beae63a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ public 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;
}
Expand Down

0 comments on commit beae63a

Please sign in to comment.