Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1001 → Rev 1002

/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/forum/ForumPresenteur.java
55,7 → 55,6
i++;
InterventionForum interventionCourante = interventions.get(0);
ForumInterventionPresenteur presenteur = new ForumInterventionPresenteur(new ForumInterventionVue(), interventionCourante, new CommentaireServiceConcret(), new PropositionDeterminationServiceConcret());
String id = interventionCourante.getId() != null ? interventionCourante.getId() : "0";
List<InterventionForum> fils = trouverFils(interventions, interventionCourante);
if (fils.size() > 0) {
for (InterventionForum interventionFille : fils) {