mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 18:59:10 +00:00
docs: improve fluent interface
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user