Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Apr 25, 2024
1 parent 75a9626 commit 589bb6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ private Stream<T> test1(Stream<T> stream) {
private Stream<T> test2(Stream<T> stream) {
Preconditions.checkNotNull(ref);
// no error since we propagate nullability facts to stream callbacks, which
// in sane code are invoked soon after the stream is
// in sane code are invoked soon after the stream is created
return stream.filter(s -> ref.equals(s));
}
}
Expand Down

0 comments on commit 589bb6d

Please sign in to comment.