Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1109:2b4d197a538c
Fixed the time range validation - introduced an epsilon of one second for valid time ranges (issue286).
gnv-artifacts/trunk@1240 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 29 Jun 2010 09:07:26 +0000 |
parents | 337727011de0 |
children | c6b2437c0c13 |
comparison
equal
deleted
inserted
replaced
1108:337727011de0 | 1109:2b4d197a538c |
---|---|
1 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue286 | |
4 | |
5 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Added a buffer | |
6 of 1 second for the valid time range. The valid values that are returnd | |
7 from database differ in milliseconds. Example: the lower time returned | |
8 from database is 00:00:00.650, the gui will display 00:00:00. This caused | |
9 an error because the data given by the user was 650 ms under the lower | |
10 bound. With a 1 second range, the lower bound is moved to 23:59:59.650, so | |
11 that the time given by the user is in the valid range. | |
12 | |
1 2010-06-29 Tim Englich <tim.englich@intevation.de> | 13 2010-06-29 Tim Englich <tim.englich@intevation.de> |
2 | 14 |
3 Issue318 | 15 Issue318 |
4 | 16 |
5 * doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml: | 17 * doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml: |