Skip to content

Commit 05c7475

Browse files
committed
chore: nit picking before the release
1 parent 3704433 commit 05c7475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/core-impl/src/main/java/ai/timefold/solver/core/impl/solver/DefaultSolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public void solvingStarted(SolverScope<Solution_> solverScope) {
240240
if (logger.isInfoEnabled()) { // Formatting is expensive here.
241241
var problemSizeStatistics = solverScope.getProblemSizeStatistics();
242242
logger.info(
243-
"Problem scale: entity count ({}), variable count ({}), approximate value count (~{}), approximate problem scale (~{}).",
243+
"Problem scale: entity count ({}), variable count ({}), approximate value count ({}), approximate problem scale ({}).",
244244
problemSizeStatistics.entityCount(), problemSizeStatistics.variableCount(),
245245
problemSizeStatistics.approximateValueCount(),
246246
problemSizeStatistics.approximateProblemScaleAsFormattedString());

docs/src/modules/ROOT/pages/use-cases-and-examples/cloud-balancing/cloud-balancing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public class CloudBalance ... {
246246
[#cloudBalancingMainMethod]
247247
== Run the cloud balancing Hello World
248248

249-
. xref:introduction/introduction.adoc#buildFromSource[Download and configure the examples in your preferred IDE.]
249+
. Download and configure the examples in your preferred IDE.
250250
. Create a run configuration with the following main class: `ai.timefold.solver.examples.cloudbalancing.app.CloudBalancingHelloWorld`
251251
+
252252
By default, the Cloud Balancing Hello World is configured to run for 120 seconds.

0 commit comments

Comments
 (0)