ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/RemoveMicroBenchmark.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collection/RemoveMicroBenchmark.java (file contents):
Revision 1.24 by jsr166, Wed May 9 17:43:01 2018 UTC vs.
Revision 1.25 by jsr166, Sun Jun 10 02:32:59 2018 UTC

# Line 284 | Line 284 | public class RemoveMicroBenchmark {
284      }
285  
286      @SafeVarargs @SuppressWarnings("varargs")
287 <    private <T> Stream<T> concatStreams(Stream<T> ... streams) {
287 >    private static <T> Stream<T> concatStreams(Stream<T> ... streams) {
288          return Stream.of(streams).flatMap(s -> s);
289      }
290  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines