Skip to content

Commit 64328d0

Browse files
committed
fix: address compile errors in Javadocs
1 parent 8d400b8 commit 64328d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/main/java/ai/timefold/solver/core/api/solver/SolutionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ ScoreAnalysis<Score_> analyze(@NonNull Solution_ solution, @NonNull ScoreAnalysi
142142
* The difference will contain information about which entities's variables have changed,
143143
* which entities were added and which were removed.
144144
* <p>
145-
* Two instances of a planning entity or a variable value are considered equal if they {@link Object#equals(Object) equal).
145+
* Two instances of a planning entity or a variable value are considered equal if they {@link Object#equals(Object) equal}.
146146
* Instances of different classes are never considered equal, even if they share a common superclass.
147147
* For the correct operation of this method, make sure that
148148
* {@link Object#equals(Object) equals} and {@link Object#equals(Object) hashCode} honor their contract

core/src/main/java/ai/timefold/solver/core/impl/score/stream/bavet/BavetConstraintFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public <Stream_ extends BavetAbstractConstraintStream<Solution_>> Stream_ share(
7070
* If a constraint already exists in this factory, it replaces it with the old copy.
7171
* {@link BavetAbstractConstraintStream} implement equals/hashcode ignoring child streams.
7272
* <p>
73-
* {@link BavetConstraintSessionFactory#buildSession(Object, ConstraintMatchPolicy, boolean)} needs this to happen for all
74-
* streams.
73+
* {@link BavetConstraintSessionFactory#buildSession(Object, ConstraintMatchPolicy, boolean, Consumer)} needs this to happen
74+
* for all streams.
7575
* <p>
7676
* This must be called before the stream receives child streams.
7777
*

0 commit comments

Comments
 (0)