Subversion Repositories eFlore/Applications.del

Rev

Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 14
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.searchobservations.vote;
1
package org.tela_botanica.del.client.vues.rechercheobservations.vote;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import java.util.List;
3
import java.util.List;
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
import org.tela_botanica.del.client.modeles.ObservationValidationData;
5
import org.tela_botanica.del.client.modeles.ObservationValidation;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
import com.google.gwt.user.client.ui.HasWidgets;
7
import com.google.gwt.user.client.ui.HasWidgets;
8
 
8
 
9
public class MeanRatingPresenter {
9
public class MoyenneVotePresenteur {
Line 10... Line 10...
10
 
10
 
11
	private MeanRatingView view;
11
	private MoyenneVoteVue view;
12
 
12