Skip to content

Commit 0adb0e3

Browse files
committed
chore: temp change
1 parent ef671f1 commit 0adb0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/ai/timefold/solver/core/impl/domain/solution/cloner/FieldAccessingSolutionCloner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ private record Unprocessed(Object bean, DeepCloningFieldCloner cloner, Object or
462462

463463
/**
464464
* Helper class to reuse ClassMetadata for the same class.
465-
* Use when cloning multiple objects of the same class,
465+
* Use when cloning multiple objects of the same class ,
466466
* such as when cloning a collection of objects,
467467
* where it's likely that they will be of the same class.
468468
* This is useful for performance,

0 commit comments

Comments
 (0)