Subversion Repositories eFlore/Applications.del

Rev

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

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