Subversion Repositories eFlore/Applications.del

Rev

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

Rev 929 Rev 931
Line 166... Line 166...
166
		
166
		
167
		retour.addAll(interventionsNonTypees.values());
167
		retour.addAll(interventionsNonTypees.values());
168
		return retour;
168
		return retour;
Line 169... Line 169...
169
	}
169
	}
170
	
170
	
171
	public static String convertirEtParserRetourAJoutCommentaire(String retour) {
171
	public static String convertirEtParserRetourAjoutCommentaire(String retour) {
172
		JSONObject retourJson = JSONParser.parseStrict(retour).isObject();
172
		JSONObject retourJson = JSONParser.parseStrict(retour).isObject();
Line 173... Line 173...
173
		return parserRetourAjoutCommentaire(retourJson);
173
		return parserRetourAjoutCommentaire(retourJson);