Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 1102:aaacced2a0cc
Fixed an ArrayIndexOutOfBounds exception that occured while initializing the ParameterMatrix (issue281).
gnv-artifacts/trunk@1228 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Jun 2010 10:25:55 +0000 |
parents | e38f93d64253 |
children | faae3fc7b792 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Jun 28 09:33:11 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jun 28 10:25:55 2010 +0000 @@ -1,3 +1,11 @@ +2010-06-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue281 + + * src/main/java/de/intevation/gnv/state/MeasurementState.java: Fixed an + ArrayIndexOutOfBounds exception that occured while initializing the + ParameterMatrix. + 2010-06-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue230