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