Subversion Repositories eFlore/Applications.del

Rev

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

Rev 931 Rev 933
Line 125... Line 125...
125
				PropositionDetermination intervention = new PropositionDetermination(id, contributeur, texte);
125
				PropositionDetermination intervention = new PropositionDetermination(id, contributeur, texte);
126
				intervention.setObservation(observation);
126
				intervention.setObservation(observation);
127
				intervention.setEspece(nom_sel);
127
				intervention.setEspece(nom_sel);
Line 128... Line 128...
128
 
128
 
129
				if (!nbCommentaires.equals("")) {
129
				if (!nbCommentaires.equals("")) {
-
 
130
					int nbComm = Integer.parseInt(nbCommentaires);
-
 
131
					if(!texte.equals("")) {
-
 
132
						nbComm++;
-
 
133
					}
130
					intervention.setNbCommentaires(Integer.parseInt(nbCommentaires));
134
					intervention.setNbCommentaires(nbComm);
Line 131... Line 135...
131
				}
135
				}
132
 
136
 
133
				if (!idParent.equals("")) {
137
				if (!idParent.equals("")) {