Skip to content

Commit

Permalink
Fix "bug" link that was actually a CL.
Browse files Browse the repository at this point in the history
RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=265457436
  • Loading branch information
cpovirk committed Aug 26, 2019
1 parent 89138e9 commit 93ce68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guava/src/com/google/common/collect/Streams.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static DoubleStream stream(OptionalDouble optional) {

private static void closeAll(BaseStream<?, ?>[] toClose) {
for (BaseStream<?, ?> stream : toClose) {
// TODO(b/198102330): Catch exceptions, rethrowing later with extras as suppressed exceptions.
// TODO(b/80534298): Catch exceptions, rethrowing later with extras as suppressed exceptions.
stream.close();
}
}
Expand Down

0 comments on commit 93ce68b

Please sign in to comment.