Skip to content

Commit 4060816

Browse files
committed
chore: minor fix
1 parent 029754b commit 4060816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/ai/timefold/solver/core/impl/domain/solution/descriptor/SolutionDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static <Solution_> SolutionDescriptor<Solution_> buildSolutionDescriptor(
166166
solutionDescriptor.constraintWeightSupplier.initialize(solutionDescriptor,
167167
descriptorPolicy.getMemberAccessorFactory(), descriptorPolicy.getDomainAccessType());
168168
}
169-
// Temporarily disabling the mixed-model feature
169+
// Temporally disabling the mixed model
170170
if (solutionDescriptor.hasBothBasicAndListVariables()) {
171171
throw new IllegalStateException(
172172
"The mixed model is currently unavailable for general use. Please modify the model to utilize either a list variable or only basic variables.");

0 commit comments

Comments
 (0)