Subversion Repositories eFlore/Applications.del

Rev

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

Rev 887 Rev 896
Line 164... Line 164...
164
		propositionAjoutee.setDate(new Date());
164
		propositionAjoutee.setDate(new Date());
165
		propositionAjoutee.setEspece(autoCompletionNomTaxonsPresenteur.getValeur());
165
		propositionAjoutee.setEspece(autoCompletionNomTaxonsPresenteur.getValeur());
Line 166... Line 166...
166
		
166
		
167
		if (vue.getCommentaires().getText() != "") {
167
		if (vue.getCommentaires().getText() != "") {
168
			String contenuCommentaire = vue.getCommentaires().getText();
-
 
169
			Commentaire comm = new Commentaire(contributeur, new Date(), contenuCommentaire);
168
			String contenuCommentaire = vue.getCommentaires().getText();
170
			propositionAjoutee.ajouterCommentaire(comm);
169
			propositionAjoutee.setCommentaire(contenuCommentaire);
Line 171... Line 170...
171
		}
170
		}
172
 
171
 
173
		return propositionAjoutee;
172
		return propositionAjoutee;