mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Cleanup (test data formatting)
This commit is contained in:
-2
@@ -4,12 +4,10 @@ import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
class MyTest {
|
||||
|
||||
private void getMethods(final Stream<Method> stream) {
|
||||
final var collector = Collectors.toMap(null, c -> {
|
||||
System.out.println(c);
|
||||
return new LinkedHashMap<String, Integer>();
|
||||
}, (v1, v2) -> v2, null);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user