Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1184 → Rev 1185

/branches/v1.0-syrah/src/org/tela_botanica/client/modeles/personne/Personne.java
235,9 → 235,9
public boolean estDecedee() {
String ceDeces = getDeces();
if (ceDeces.isEmpty() || ceDeces.equals(ETRE_DECEDE)) {
return true;
} else {
return false;
} else {
return true;
}
}
public String getDeces() {