Skip to content

Commit 9574cab

Browse files
committed
docs: fix constructor in custom move example
1 parent b607542 commit 9574cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/ROOT/pages/optimization-algorithms/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ public class TimeslotChangeMove extends AbstractMove<Timetable> {
18651865
private Lesson lesson;
18661866
private Timeslot toTimeslot;
18671867
1868-
public CloudComputerChangeMove(Lesson lesson, Timeslot toTimeslot) {
1868+
public TimeslotChangeMove(Lesson lesson, Timeslot toTimeslot) {
18691869
this.lesson = lesson;
18701870
this.toTimeslot = toTimeslot;
18711871
}

0 commit comments

Comments
 (0)