Skip to content

Commit c05cf6f

Browse files
triceoCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 63498bb commit c05cf6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • core/src/main/java/ai/timefold/solver/core/api/domain/common

core/src/main/java/ai/timefold/solver/core/api/domain/common/PlanningId.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
* {@link ValueRangeProvider planning value} class or any {@link ProblemFactCollectionProperty problem fact} class.
2525
* <p>
2626
* The return type can be any {@link Comparable} type which overrides {@link Object#equals(Object)} and
27-
* {@link Object#hashCode()}, and is usually {@link Long}, {@link UUID} or {@link String}.
27+
* {@link Object#hashCode()}, or a primitive type whose boxed type implements {@link Comparable};
28+
* it is usually {@link Long}, {@link UUID} or {@link String}.
2829
* It must never return a null instance.
2930
*/
3031
@Target({ METHOD, FIELD })

0 commit comments

Comments
 (0)