Subversion Repositories eFlore/Applications.coel

Compare Revisions

Regard whitespace Rev 299 → Rev 300

/trunk/src/org/tela_botanica/client/util/UtilDAO.java
78,9 → 78,11
if (arrParametres != null) {
for (int i=0; i < arrParametres.length; i++) {
if (arrParametres[i] != null) {
strParametres += arrParametres[i]+ "/";
}
}
}
String wholeUrl = baseUrl + nomService + strParametres + restrictions;
wholeUrl = URL.encode(wholeUrl);