Exemple #1
0
 protected List<AppUpdate> getUpdatesList() {
   try {
     return _differ.getUpdatesList();
   } catch (IllegalStateException ise) {
     showError(ise.getMessage());
     return Collections.emptyList();
   }
 }