Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 71 → Rev 72

/trunk/src/org/tela_botanica/client/modeles/ListeEntiteGeographiqueObservation.java
43,7 → 43,7
if(ent[i] != null && ent[i] instanceof EntiteGeographiqueObservation)
{
this.put(ent[i].getEntite()+ent[i].getParent(),ent[i]);
this.put(ent[i].getIdEntite()+ent[i].getIdParent(),ent[i]);
}
}
}