Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 1088:46cc1ab1ee15
Improved the validation of user inserted time periods (issue286).
gnv-artifacts/trunk@1191 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Jun 2010 10:16:29 +0000 |
parents | 92fce3b3d07f |
children | 1dc08501a1be |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Thu Jun 10 09:23:33 2010 +0000 +++ b/gnv-artifacts/ChangeLog Thu Jun 10 10:16:29 2010 +0000 @@ -1,3 +1,12 @@ +2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue286 - Input validation of time ranges + + * src/main/java/de/intevation/gnv/utils/InputValidator.java: Removed the + epsilon that has been used to compare time values. Now, we just compare + the seconds of a time value pair - background: datetime objects differ in + milliseconds. + 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue290 - Centering of pdf exports