Polish “Remove explicit type arguments”
Closes gh-10494
This commit is contained in:
@@ -77,8 +77,7 @@ public class ItemHint implements Comparable<ItemHint> {
|
||||
}
|
||||
|
||||
public static ItemHint newHint(String name, ValueHint... values) {
|
||||
return new ItemHint(name, Arrays.asList(values),
|
||||
Collections.emptyList());
|
||||
return new ItemHint(name, Arrays.asList(values), Collections.emptyList());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user