Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 259 Rev 360
Line 209... Line 209...
209
		return localite;
209
		return localite;
210
	}
210
	}
Line 211... Line 211...
211
 
211
 
-
 
212
 
-
 
213
	public String getIdentifiantLocalite() {
-
 
214
		if(identifiantLocalite != null) {
212
 
215
			identifiantLocalite = identifiantLocalite.replaceAll("\"", "");
213
	public String getIdentifiantLocalite() {
216
		}
Line 214... Line 217...
214
		return identifiantLocalite;
217
		return identifiantLocalite; 
215
	}
218
	}