Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 929 → Rev 930

/trunk/src/org/tela_botanica/client/modeles/Information.java
109,7 → 109,7
public String toString() {
String chaine = new String();
if (messages != null) {
for(int i = 0 ; i < messages.size() ; i++) {
for (int i = 0 ; i < messages.size() ; i++) {
// GXT ne prend pas en compte /n ou /r/n...
chaine += getMessage(i)+"\n";
}