Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2392 Rev 2539
Line 2065... Line 2065...
2065
		afficherDetailsObservation(obs);
2065
		afficherDetailsObservation(obs);
2066
	}
2066
	}
Line 2067... Line 2067...
2067
 
2067
 
Line 2068... Line 2068...
2068
	private String comparerDifferencesChamps(String valeurActuelle, String nouvelleValeur) {
2068
	private String comparerDifferencesChamps(String valeurActuelle, String nouvelleValeur) {
Line 2069... Line 2069...
2069
 
2069
 
2070
		String retour = "000null";
2070
		String retour = "";
2071
 
2071
 
2072
			if(valeurActuelle == null) {
2072
			if(valeurActuelle == null) {
Line 2163... Line 2163...
2163
 
2163
 
2164
		if(coDouble != null) {
2164
		if(coDouble != null) {
2165
			String[] coord = {coDouble[0]+"",coDouble[1]+""};
2165
			String[] coord = {coDouble[0]+"",coDouble[1]+""};
2166
			return coord;
2166
			return coord;
2167
		} else {
2167
		} else {
2168
			String[] coord = {"000null","000null" };
2168
			String[] coord = {"","" };
2169
			return coord;
2169
			return coord;
2170
		}
2170
		}
Line 2171... Line 2171...
2171
	}
2171
	}