Startup
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user