Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 683 → Rev 684

/trunk/src/org/tela_botanica/client/vues/CollectionListeVue.java
152,7 → 152,7
CollectionListe collections = (CollectionListe) nouvelleDonnees;
 
if (collections != null) {
List<Collection> liste = (List<Collection>) collections.toList();
List<Collection> liste = collections.toList();
store.removeAll();
store.add(liste);