Skip to content

Commit 9f8d5bc

Browse files
triceoCopilot
andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 1df3e56 commit 9f8d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/ai/timefold/solver/core/preview/api/move/SolutionView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public interface SolutionView<Solution_> {
4444
getValue(PlanningVariableMetaModel<Solution_, Entity_, Value_> variableMetaModel, Entity_ entity);
4545

4646
/**
47-
* Reads the value of a @{@link PlanningListVariable list planning variable} and returns its length.
47+
* Reads the value of a {@link PlanningListVariable list planning variable} and returns its length.
4848
*
4949
* @param variableMetaModel Describes the variable whose value is to be read.
5050
* @param entity The entity whose variable is to be read.

0 commit comments

Comments
 (0)