Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 408 → Rev 409

/trunk/src/org/tela_botanica/del/client/services/rest/ObservationServiceConcret.java
26,7 → 26,7
String chaineRequete = "?debut="+debut+"&limite="+(fin-debut);
if(infos != null && infos.getTaxon() != null && !infos.getTaxon().trim().isEmpty()) {
chaineRequete = "nom_taxon="+infos.getTaxon()+chaineRequete;
chaineRequete += "nom_taxon="+infos.getTaxon()+chaineRequete;
}
return chaineRequete;