From 11f3fe4a37045d89ee14478a973636c51dd3f380 Mon Sep 17 00:00:00 2001 From: John Boreiko Date: Wed, 4 Jul 2018 19:04:04 +0100 Subject: [PATCH] Typoooooo (#24) --- src/main/java/com/palantir/common/streams/KeyedStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/palantir/common/streams/KeyedStream.java b/src/main/java/com/palantir/common/streams/KeyedStream.java index 59e80c1..69caabc 100644 --- a/src/main/java/com/palantir/common/streams/KeyedStream.java +++ b/src/main/java/com/palantir/common/streams/KeyedStream.java @@ -57,7 +57,7 @@ default KeyedStream filter(Predicate predicate) { } /** - * Returns a keyed stream consisting of the entries of this stream whose values match + * Returns a keyed stream consisting of the entries of this stream whose keys match * the given predicate. */ default KeyedStream filterKeys(Predicate predicate) {