Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 72 → Rev 73

/src/org/tela_botanica/del/client/cache/CacheClient.java
6,6 → 6,8
 
private Observation currentObservation;
 
private String taxonPourRechercheEflore;
 
private static CacheClient instance;
 
private CacheClient() {
27,4 → 29,12
return instance;
}
 
public String getTaxonPourRechercheEflore() {
return taxonPourRechercheEflore;
}
 
public void setTaxonPourRechercheEflore(String taxonPourRechercheEflore) {
this.taxonPourRechercheEflore = taxonPourRechercheEflore;
}
 
}