remove a deprecation that was probably an accident

This commit is contained in:
Gavin King 2022-01-28 14:05:09 +01:00
parent d4f934881c
commit 5f1358633d
1 changed files with 0 additions and 3 deletions

View File

@ -42,10 +42,7 @@ public abstract class AbstractPreDatabaseOperationEvent extends AbstractEvent {
* 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;
}