Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 732 Rev 973
Line 117... Line 117...
117
						
117
						
118
						for (int i = 0; i < taillemax; i++) {
118
						for (int i = 0; i < taillemax; i++) {
Line 119... Line 119...
119
							if ((noms=reponse.get(i).isArray()) != null) {
119
							if ((noms=reponse.get(i).isArray()) != null) {
120
								
120
								
121
								
121
								
Line 122... Line 122...
122
								String nom=Util.toCelString(((JSONString) noms.get(0)).toString());
122
								String nom = ((JSONString) noms.get(0)).toString();
Line 123... Line 123...
123
								String numeroNom=Util.toCelString(((JSONString) noms.get(1)).toString());
123
								String numeroNom = ((JSONString) noms.get(1)).toString();