Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 445 → Rev 467

/trunk/src/org/tela_botanica/del/client/cache/CacheClient.java
95,10 → 95,16
}
 
public InformationsRecherche getInformationsRechercheImage() {
if(informationsRechercheImage == null) {
informationsRechercheImage = new InformationsRecherche();
}
return informationsRechercheImage;
}
 
public InformationsRecherche getInformationsRechercheObservation() {
if(informationsRechercheObservation == null) {
informationsRechercheObservation = new InformationsRecherche();
}
return informationsRechercheObservation;
}