Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 520:9e2b151770bd
Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
flys-client/trunk@1999 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 25 May 2011 07:05:22 +0000 |
parents | 77234b1d009c |
children | fc60822e9c89 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue May 24 16:22:34 2011 +0000 +++ b/flys-client/ChangeLog Wed May 25 07:05:22 2011 +0000 @@ -1,3 +1,11 @@ +2011-05-25 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: + Bugfix: We return the inserted values only in getData(). We do not + return Data objects with no value. This prevents NullPointerExceptions + that occur if no location has been inserted - e.g. the case if we + selected a range. + 2011-05-24 Ingo Weinzierl <ingo@intevation.de> ISSUE-91