Skip to content

Commit 3b5c3a8

Browse files
author
nicolaiparlog
committed
Fix a TODO in a comment on 'EqualityTransformingBuilder'
1 parent 511c975 commit 3b5c3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codefx/libfx/collection/transform/EqualityTransformingBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Builds {@link EqualityTransformingSet}s and {@link EqualityTransformingMap}s.
1313
* <p>
14-
* TODO for simplification doc only talks about set
14+
* (For simplification the comments only talk about sets but unless otherwise noted the same applies to maps.)
1515
* <p>
1616
* The implementations of {@code equals} and {@code hashCode} are provided as functions to the builder. They must of
1717
* course fulfill the general contract between those two methods (see {@link Object#hashCode() here}). The functions can

0 commit comments

Comments
 (0)