Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1616:ff8312688cd5
Added utility functions for double arrays.
flys-client/trunk@3985 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 09 Feb 2012 09:50:22 +0000 |
parents | 07c38d054f91 |
children | f13a7c126f24 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Feb 09 08:51:00 2012 +0000 +++ b/flys-client/ChangeLog Thu Feb 09 09:50:22 2012 +0000 @@ -1,3 +1,9 @@ +2012-02-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/shared/DoubleUtils.java: + (fill,copyOf): Pendant to java.util.Arrays, which misbehaves with + GWT. + 2012-02-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/LocationPanel.java,