Skip to content

Commit a5e9920

Browse files
committed
docs: uncomment section about the new joiners
1 parent a48696c commit a5e9920

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/modules/ROOT/pages/constraints-and-score/score-calculation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ pairing a match from each side:
552552
the paired matches have a `Comparable` property following the prescribed ordering.
553553
- `overlapping()`: the paired matches have two properties (a _start_ and an _end_ property) of the same `Comparable` type
554554
that both represent an interval which overlap.
555-
//- `containing()`: the match on the left is a collection containing the match on the right.
556-
//- `containedIn()`: the match on the right is a collection containing the match on the left.
557-
//- `containingAnyOf()`: the collections on both sides have at least one element in common.
555+
- `containing()`: the match on the left is a collection containing the match on the right.
556+
- `containedIn()`: the match on the right is a collection containing the match on the left.
557+
- `containingAnyOf()`: the collections on both sides have at least one element in common.
558558
559559
All `Joiners` methods have an overloaded method to use the same property of the same class on both stream sides.
560560
For example, calling `equal(Shift::getEmployee)` is the same as calling `equal(Shift::getEmployee, Shift::getEmployee)`.

0 commit comments

Comments
 (0)