Subversion Repositories eFlore/Applications.del

Rev

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

Rev 177 Rev 180
Line 170... Line 170...
170
 
170
 
Line 171... Line 171...
171
			image.getVoteProtocoles().add(voteProtocole2);
171
			image.getVoteProtocoles().add(voteProtocole2);
172
 
172
 
173
			observations.add(observation);
-
 
174
		}
-
 
Line -... Line 173...
-
 
173
			observations.add(observation);
-
 
174
		}
175
 
175
		
176
		ajouterVotesAleatoires();
176
		ajouterVotesAleatoires();
177
		
177
 
178
		pourcentagesConfiance.add(I18n.getVocabulary().confiance_simple_suggestion());
178
		pourcentagesConfiance.add(I18n.getVocabulary().confiance_simple_suggestion());
Line 193... Line 193...
193
				validation.ajouterVoteDetermination(vd);
193
				validation.ajouterVoteDetermination(vd);
194
			}
194
			}
195
		}
195
		}
196
	}
196
	}
Line 197... Line -...
197
 
-
 
198
 
197
 
199
	public List<Observation> getObservations() {
198
	public List<Observation> getObservations() {
200
		return observations;
199
		return observations;
Line 201... Line 200...
201
	}
200
	}