Subversion Repositories eFlore/Applications.del

Rev

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

Rev 926 Rev 929
Line 166... Line 166...
166
		
166
		
167
		retour.addAll(interventionsNonTypees.values());
167
		retour.addAll(interventionsNonTypees.values());
168
		return retour;
168
		return retour;
Line -... Line 169...
-
 
169
	}
-
 
170
	
-
 
171
	public static String convertirEtParserRetourAJoutCommentaire(String retour) {
-
 
172
		JSONObject retourJson = JSONParser.parseStrict(retour).isObject();
-
 
173
		return parserRetourAjoutCommentaire(retourJson);
169
	}
174
	}
170
 
175
 
171
	public static String parserRetourAjoutCommentaire(JSONObject retour) {
176
	public static String parserRetourAjoutCommentaire(JSONObject retour) {
172
		String id = "";
177
		String id = "";
173
		if (retour != null) {
178
		if (retour != null) {