File tree 2 files changed +5
-2
lines changed
guava/src/com/google/common/collect
guava-testlib/src/com/google/common/collect/testing
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 45
45
import java .util .function .Supplier ;
46
46
import org .checkerframework .checker .nullness .qual .Nullable ;
47
47
48
- /** Tester for {@code Spliterator} implementations. */
48
+ /**
49
+ * Tester for {@code Spliterator} implementations.
50
+ *
51
+ * @since 21.0
52
+ */
49
53
@ GwtCompatible
50
54
@ ElementTypesAreNonnullByDefault
51
55
public final class SpliteratorTester <E extends @ Nullable Object > {
Original file line number Diff line number Diff line change @@ -309,7 +309,6 @@ abstract static class FlatMapSpliterator<
309
309
OutSpliteratorT extends Spliterator <OutElementT >>
310
310
implements Spliterator <OutElementT > {
311
311
/** Factory for constructing {@link FlatMapSpliterator} instances. */
312
- @ FunctionalInterface
313
312
interface Factory <InElementT extends @ Nullable Object , OutSpliteratorT extends Spliterator <?>> {
314
313
OutSpliteratorT newFlatMapSpliterator (
315
314
@ CheckForNull OutSpliteratorT prefix ,
You can’t perform that action at this time.
0 commit comments