Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1207 → Rev 1208

/trunk/src/org/tela_botanica/del/client/vues/identiplante/plateformedetermination/IdentiplanteDeterminationPresenteur.java
87,8 → 87,6
public HasClickHandlers getLienEflore();
public HasWidgets getZoneRss();
public HasWidgets getZonePartageUrl();
}
 
private Vue vue;
102,8 → 100,6
public IdentiplanteDeterminationPresenteur(Vue vue, ObservationService observationService) {
this.vue = vue;
this.observationService = observationService;
PartageUrlPresenteur presenteurPartage = new PartageUrlPresenteur(new PartageUrlVue());
presenteurPartage.go(vue.getZonePartageUrl());
}
 
public void go(final HasWidgets composite) {