We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c683609 commit b86b192Copy full SHA for b86b192
1 file changed
core/src/main/java/ai/timefold/solver/core/api/domain/entity/PlanningEntity.java
@@ -36,8 +36,8 @@
36
* The solver will treat them as one entity.</li>
37
* <li>Entity {@link Object#equals(Object)} and {@link Object#hashCode()} must not depend on any planning variable.
38
* The return value of these methods must not change when any planning variable changes.
39
- * It is recommended for entities to implement a unique {@link PlanningId},
40
- * and use that for equality comparisons.</li>
+ * It is recommended for entities to declare a unique member annotated with {@link PlanningId},
+ * and use that member for equality comparisons.</li>
41
* </ul>
42
*
43
* Failing to follow these requirements will cause undefined behavior in the solver,
0 commit comments