Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1034 → Rev 1035

/trunk/src/org/tela_botanica/del/client/navigation/evenement/BusEvenementiel.java
69,7 → 69,7
 
private void doValidationObservation(Observation observation) {
CacheClient.getInstance().setObservationCourante(observation);
History.newItem(ConstantesNavigation.PAGE_VALIDATION, true);
History.newItem(ConstantesNavigation.PAGE_VALIDATION + "~" + observation.getId(), true);
}
 
private void doComparaisonAvecEflore(String taxon) {