Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 963 → Rev 964

/trunk/src/org/tela_botanica/client/observation/ObservationModele.java
425,11 → 425,11
if (reponse.get(j).isObject() != null) {
JSONObject noeud = (JSONObject) reponse.get(j);
 
String id_noeud = noeud.get("cmc_id_mot_cle_utilisateur")
String id_noeud = noeud.get("id_mot_cle_utilisateur")
.isString().stringValue();
String mot_cle = noeud.get("cmc_mot_cle").isString()
String mot_cle = noeud.get("mot_cle").isString()
.stringValue();
String parent = noeud.get("cmc_id_parent").isString()
String parent = noeud.get("ce_mot_cle_utilisateur_parent").isString()
.stringValue();
 
String[] usObj = { mot_cle, id_noeud };