remove a deprecation that was probably an accident
This commit is contained in:
parent
7d9fc870fa
commit
beae63ae2e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue