Skip to content

Commit 92cca15

Browse files
klueverGoogle Java Core Libraries
authored andcommitted
Remove stale TODO about GWT.
RELNOTES=n/a PiperOrigin-RevId: 780707719
1 parent ae01842 commit 92cca15

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

android/guava/src/com/google/common/collect/Collections2.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ private Collections2() {}
8080
*
8181
* <p><b>{@code Stream} equivalent:</b> {@link java.util.stream.Stream#filter Stream.filter}.
8282
*/
83-
// TODO(kevinb): how can we omit that Iterables link when building gwt
84-
// javadoc?
8583
public static <E extends @Nullable Object> Collection<E> filter(
8684
Collection<E> unfiltered, Predicate<? super E> predicate) {
8785
if (unfiltered instanceof FilteredCollection) {

guava/src/com/google/common/collect/Collections2.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ private Collections2() {}
8282
*
8383
* <p><b>{@code Stream} equivalent:</b> {@link java.util.stream.Stream#filter Stream.filter}.
8484
*/
85-
// TODO(kevinb): how can we omit that Iterables link when building gwt
86-
// javadoc?
8785
public static <E extends @Nullable Object> Collection<E> filter(
8886
Collection<E> unfiltered, Predicate<? super E> predicate) {
8987
if (unfiltered instanceof FilteredCollection) {

0 commit comments

Comments
 (0)