Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 220 → Rev 389

/trunk/src/org/tela_botanica/client/modeles/ListeReferentielNomAsynchroneDAO.java
118,12 → 118,13
for (int i = 0; i < taillemax; i++) {
if ((noms=reponse.get(i).isArray()) != null) {
String nom=Util.toCelString(((JSONString) noms.get(0)).toString());
String numeroNom=Util.toCelString(((JSONString) noms.get(1)).toString());
String statut=Util.toCelString(((JSONString) noms.get(2)).toString());
ReferentielNom nomScientifique=new ReferentielNom(nom, numeroNom);
ReferentielNom nomScientifique=new ReferentielNom(nom, numeroNom, statut);
// FIXME : et si le numero de nom n'est pas unique ? (cas de multirefrentiel....)