Skip to content

Commit 3849831

Browse files
committed
docs: improve documentation
Signed-off-by: Marcos Tischer Vallim <tischer@gmail.com>
1 parent f1f0782 commit 3849831

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/br/com/fluentvalidator/predicate/CollectionPredicate.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
* for various collection operations, including empty checks, containment checks,
3636
* and size comparisons.
3737
* </p>
38-
*
39-
* @param <K> the type of keys in the map (unused, kept for consistency)
40-
* @param <V> the type of values in the map (unused, kept for consistency)
4138
*/
4239
public final class CollectionPredicate {
4340

src/main/java/br/com/fluentvalidator/predicate/MapPredicate.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525

2626
/**
2727
* Utility class that provides predicates for testing {@link Map} objects.
28-
*
29-
* @param <K> the type of keys in the map
30-
* @param <V> the type of values in the map
3128
*/
3229
public final class MapPredicate {
3330

0 commit comments

Comments
 (0)