Subversion Repositories eFlore/Applications.coel

Compare Revisions

Regard whitespace Rev 137 → Rev 138

/trunk/src/org/tela_botanica/client/modeles/PersonneListeAsyncDao.java
63,6 → 63,7
// Transformation du tableau JSON réponse en ListePersonnes
personnes = new PersonneListe(reponse);
}
}
/trunk/src/org/tela_botanica/client/modeles/PersonneListe.java
3,9 → 3,7
import java.util.LinkedHashMap;
 
import com.google.gwt.json.client.JSONArray;
import com.google.gwt.json.client.JSONNumber;
import com.google.gwt.json.client.JSONObject;
import com.google.gwt.json.client.JSONString;
 
/**
* Table de hachage composée d'informations sur les Valeurs des listes, renvoyé par un objet de type DAO