[Lada-commits] [PATCH 1 of 5] Remove obsolete TODO comment

Wald Commits scm-commit at wald.intevation.org
Fri Sep 30 18:42:30 CEST 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1475246240 -7200
# Node ID 43599f66ceafe4a9bbd990dcd76a23fc05b3c3fe
# Parent  703b370c3b349e29fd23bc5b1f3bd53be20ca7eb
Remove obsolete TODO comment.

diff -r 703b370c3b34 -r 43599f66ceaf src/main/java/de/intevation/lada/factory/ProbeFactory.java
--- a/src/main/java/de/intevation/lada/factory/ProbeFactory.java	Fri Sep 30 15:27:48 2016 +0200
+++ b/src/main/java/de/intevation/lada/factory/ProbeFactory.java	Fri Sep 30 16:37:20 2016 +0200
@@ -87,8 +87,6 @@
 
             /* Align with beginning of next interval
              * like first day of next quarter.*/
-            // TODO: Avoid overflow e.g. into next quarter, if e.g. teilBis
-            // greater than sum of actual maxima of months in quarter.
             int startIntField = start.get(intervallField);
             this.from = (Calendar)start.clone();
             from.set(


More information about the Lada-commits mailing list