Skip to content

Commit 5a9702c

Browse files
committed
docs: fix small typos
1 parent 07779d2 commit 5a9702c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/modules/ROOT/pages/integration/integration.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The `SolverConfig` resource is constructed by reading the `application.propertie
9797
Therefore, Domain entities (solution, entities, and constraint classes) and customized properties (`spent-limit`, etc.) for the
9898
planning problem are identified and loaded into the solver configuration.
9999

100-
The available resouses can be injected as follows:
100+
The available resources can be injected as follows:
101101

102102
[tabs]
103103
====
@@ -293,8 +293,8 @@ Kotlin::
293293
@Path("path")
294294
class Resource {
295295
296-
private final var fastSolver: SolverManager<...>?
297-
private final var regularSolver: SolverManager<...>?
296+
private var fastSolver: SolverManager<...>?
297+
private var regularSolver: SolverManager<...>?
298298
299299
@Inject
300300
constructor(
@@ -405,8 +405,8 @@ class Teacher {
405405
@Path("path")
406406
class Resource {
407407
408-
private final var teacherToLessonScheduleSolverManager: SolverManager<TeacherToLessonSchedule, String>?
409-
private final var lessonToRoomTimeslotSolverManager: SolverManager<Timetable, String>?
408+
private var teacherToLessonScheduleSolverManager: SolverManager<TeacherToLessonSchedule, String>?
409+
private var lessonToRoomTimeslotSolverManager: SolverManager<Timetable, String>?
410410
411411
@Inject
412412
constructor(

0 commit comments

Comments
 (0)