Sfoglia il codice sorgente

Fix generics type in test (#9977) (#11819)

This fixes a compilation error with Eclipse Oxygen.
tags/7.7.21
Anna Koskinen 4 anni fa
parent
commit
ba0ac83cdd
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
uitest/src/main/java/com/vaadin/tests/components/table/Tables.java Vedi File

@@ -855,7 +855,7 @@ public class Tables<T extends Table> extends AbstractSelectTestCase<T>
"Multi - ctrl/shift", new Command<T, SelectMode>() {

@Override
public void execute(Table t, SelectMode value,
public void execute(T t, SelectMode value,
Object data) {
switch (value) {
case NONE:

Loading…
Annulla
Salva