docs: improve fluent interface

This commit is contained in:
Ilkka Seppälä
2024-04-21 10:38:52 +03:00
parent 6d385349cb
commit ab1a30ba69
3 changed files with 85 additions and 56 deletions
@@ -191,7 +191,7 @@ public abstract class FluentIterableTest {
}
@Test
void testSpliterator() throws Exception {
void testSpliterator() {
final var integers = List.of(1, 2, 3);
final var split = createFluentIterable(integers).spliterator();
assertNotNull(split);