This commit is contained in:
sfop
2017-08-23 14:04:39 +02:00
parent 1207513d79
commit 64de6de219
19 changed files with 5300 additions and 60 deletions

View File

@@ -485,7 +485,7 @@ public class ScreenPanel extends Panel {
}
@Override
public void onError(Object o, Exception excptn) {
public void onError(Object o, Exception ex) {
}
}
);
@@ -779,7 +779,8 @@ public class ScreenPanel extends Panel {
}
@Override
public void onError(Object o, Exception excptn) {
public void onError(Object o, Exception ex) {
ex.printStackTrace();
}
});