BAEL-583 - minor changes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user