BAEL-583 - minor changes
This commit is contained in:
parent
444c475d7c
commit
62c59c82ce
@ -26,7 +26,7 @@ public class Java8FindAnyFindFirstTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void createParallelStream_whenFindAnyResultIsPresent_ThenCorrect() throws Exception {
|
||||
public void createParallelStream_whenFindAnyResultIsPresent_thenCorrect() throws Exception {
|
||||
List<Integer> list = Arrays.asList(1, 2, 3, 4, 5);
|
||||
Optional<Integer> result = list
|
||||
.stream()
|
||||
|
Loading…
x
Reference in New Issue
Block a user