Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 259 → Rev 260

/trunk/src/org/tela_botanica/client/modeles/Configuration.java
25,8 → 25,6
private static String referentielGeo ;
private static String systemeProj ;
 
/**
* Constructeur sans argument
*/
50,8 → 48,6
referentielGeo = Dictionary.getDictionary("configuration").get(
"referentielGeo");
systemeProj = Dictionary.getDictionary("configuration").get(
"systemeProj");
}
else
{
107,15 → 103,4
return referentielGeo ;
}
/**
* Accesseur pour l'url de base de l'aide
*
* @return une url pointant vers la racine de l'aide
*/
public static String getSystemeProj() {
return systemeProj ;
}
 
}