Skip to content

Commit 2445536

Browse files
committed
fix: address incorrect syntax in docs
1 parent 64328d0 commit 2445536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/modules/ROOT/pages/enterprise-edition/enterprise-edition.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ image::enterprise-edition/nodeSharingValueProposition.png[align="center"]
866866
==== Configuration
867867

868868
[tabs]
869-
======
869+
====
870870
Plain Java::
871871
872872
* Add `<constraintStreamAutomaticNodeSharing>true</constraintStreamAutomaticNodeSharing>` in your `solverConfig.xml`:
@@ -898,7 +898,7 @@ Set the property `quarkus.timefold.solver.constraint-stream-automatic-node-shari
898898
----
899899
quarkus.timefold.solver.constraint-stream-automatic-node-sharing=true
900900
----
901-
======
901+
====
902902

903903
[IMPORTANT]
904904
====

docs/src/modules/ROOT/pages/using-timefold-solver/modeling-planning-problems.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ for example if the problem fact references a planning entity or the planning sol
26602660
mark its class with a `@DeepPlanningClone` annotation:
26612661
26622662
[tabs]
2663-
===
2663+
====
26642664
Java::
26652665
+
26662666
[source,java,options="nowrap"]

0 commit comments

Comments
 (0)