mirror of https://github.com/apache/jclouds.git
Ignore copyOf method when testing with modern Java
This commit is contained in:
parent
ec395cc9af
commit
f2eef863a1
|
@ -131,7 +131,9 @@ public class Reflection2Test {
|
|||
"spliterator",
|
||||
"stream",
|
||||
// Java 9 methods
|
||||
"of");
|
||||
"of",
|
||||
// Java 10 methods
|
||||
"copyOf");
|
||||
|
||||
private static final ImmutableSet<String> SORTED_SET_METHODS = ImmutableSet.<String>builder()
|
||||
.addAll(SET_METHODS)
|
||||
|
|
Loading…
Reference in New Issue