@@ -274,4 +274,8 @@ public class AuctionActivityService {
}
+
+ public void removeTask(Long id) {
+ tasks.remove(id);
+ }