Skip to content

Commit 0122825

Browse files
TomCoolsCopilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1aeeaf6 commit 0122825

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Beyond that, Timefold Solver also integrates with many other Java technologies.
2323
====
2424
While it is possible to annotate the same domain classes with both Timefold Solver and persistence or serialization annotations,
2525
this tightly couples your planning domain to your data model.
26-
In many applications it is preferable to keep them separate for example, by mapping between a persistence entity and a dedicated planning model
26+
In many applications it is preferable to keep them separate, for example, by mapping between a persistence entity and a dedicated planning model
2727
so that changes to one do not force changes to the other.
2828
====
2929

@@ -433,7 +433,7 @@ and read the xref:quickstart/spring-boot/spring-boot-quickstart.adoc#springBootQ
433433

434434
[NOTE]
435435
====
436-
Timefold Solver Spring Boot Starter only supports Spring Boot version 3.5.x.
436+
Timefold Solver Spring Boot Starter only supports Spring Boot version 4.x.
437437
====
438438

439439
[#integrationWithSpringBootProperties]
@@ -985,7 +985,7 @@ For example, this generates:
985985
[NOTE]
986986
====
987987
When reading a `BendableScore`, the `hardLevelsSize` and `softLevelsSize` implied in the JSON element,
988-
must always be in sync with those defined in the `@PlanningScore` annotation in the solution class.For example:
988+
must always be in sync with those defined in the `@PlanningScore` annotation in the solution class. For example:
989989
990990
[source,json,options="nowrap"]
991991
----

0 commit comments

Comments
 (0)