This is an automated email from the git hooks/post-receive script. New change to branch feature/6910-obsVente-effort in repository wao. See http://git.codelutin.com/wao.git from 839b089 refs #6910 modification de traduction new 7d071d9 refs #6910 modification de commentaires The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7d071d98142077fdeba3e4295f1dbbb31ae3d7ae Author: dcosse <cosse@codelutin.com> Date: Thu Apr 9 16:22:55 2015 +0200 refs #6910 modification de commentaires Summary of changes: .../main/java/fr/ifremer/wao/services/service/SynthesisService.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/6910-obsVente-effort in repository wao. See http://git.codelutin.com/wao.git commit 7d071d98142077fdeba3e4295f1dbbb31ae3d7ae Author: dcosse <cosse@codelutin.com> Date: Thu Apr 9 16:22:55 2015 +0200 refs #6910 modification de commentaires --- .../main/java/fr/ifremer/wao/services/service/SynthesisService.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wao-services/src/main/java/fr/ifremer/wao/services/service/SynthesisService.java b/wao-services/src/main/java/fr/ifremer/wao/services/service/SynthesisService.java index 1949f1b..4a3efc9 100644 --- a/wao-services/src/main/java/fr/ifremer/wao/services/service/SynthesisService.java +++ b/wao-services/src/main/java/fr/ifremer/wao/services/service/SynthesisService.java @@ -519,7 +519,6 @@ public class SynthesisService extends WaoServiceSupport { } public JFreeChart getChart() { - // super // définition de la fenêtre Date periodFromMonth = truncateToTimePeriod(periodFrom); Date periodToMonth = truncateToTimePeriod(periodTo); @@ -765,7 +764,6 @@ public class SynthesisService extends WaoServiceSupport { @Override public JFreeChart getChart() { - // obs vente // définition de la fenêtre Date periodFromMonth = truncateToTimePeriod(periodFrom); Date periodToMonth = truncateToTimePeriod(periodTo); @@ -793,11 +791,9 @@ public class SynthesisService extends WaoServiceSupport { // Calcul du réalisé ListMultimap<Date, Integer> actualObservationsByPeriods = LinkedListMultimap.create(); - // un sortie correspondre à n couples début/fin d'observation + // Le réalisé est le nombre de sortie, on compte 1 sortie pour un et unique couple début/fin d'observation MultiKeyMap<Object, Pair<Date, Date>> nbRealObservationsByTripForMonth = new MultiKeyMap<>(); - - // Le réalisé est le nombre d'observation, on compte 1 observation pour 1 sortie. for (Contact doneObservation : contacts) { Preconditions.checkState(sampleRows.contains(doneObservation.getSampleRow())); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm