[Major] Deleted deprecated ReservationExection

This commit is contained in:
Robert von Burg 2021-08-02 18:00:53 +02:00
parent 67256fd35e
commit ac350c2ff2
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
package li.strolch.execution.policy;
import li.strolch.persistence.api.StrolchTransaction;
/**
* @deprecated use {@link ReservationExecution} instead
*/
@Deprecated
public class ReservationExection extends ReservationExecution {
public ReservationExection(StrolchTransaction tx) {
super(tx);
}
}