impl: ldp remove ap using predicate

This commit is contained in:
Václav Přibík
2025-10-23 21:20:33 +02:00
parent ff10df17c3
commit 457804d251
5 changed files with 67 additions and 22 deletions

View File

@@ -28,8 +28,7 @@ public class APFactory implements AbstractAPFactory {
@Override
public LocalDayPlan createLocalDayPlan(LocalDay day, Instant start, Instant end) {
// TODO Return an instance of your class that implements LocalDayPlan
return null;
return new LocalDayPlanImpl(day, start, end);
}
@Override