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
gavinking committed Jan 28, 2022
1 parent d4f9348 commit 5f13586
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ public AbstractPreDatabaseOperationEvent(
* Retrieves the entity involved in the database operation.
*
* @return The entity.
*
* @deprecated Support for JACC will be removed in 6.0
*/
@Deprecated
public Object getEntity() {
return entity;
}
Expand Down

0 comments on commit 5f13586

Please sign in to comment.