Mercurial > dive4elements > gnv-client
diff gnv-artifacts/Changelog @ 94:6a825a184883
Remove Compile-Errors from the StatisticsPart
gnv-artifacts/trunk@139 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Sep 2009 07:32:03 +0000 |
parents | c476fbbaa4ca |
children | 13402ac8d8fe |
line wrap: on
line diff
--- a/gnv-artifacts/Changelog Mon Sep 28 07:27:06 2009 +0000 +++ b/gnv-artifacts/Changelog Mon Sep 28 07:32:03 2009 +0000 @@ -1,3 +1,13 @@ +2009-09-28 Tim Englich <tim.englich@intevation.de> + + * pom.xml Edited: + Added Link to Apache-Commons-Math to get the required Classes for the calculation + of Statistics. + * src/main/java/de/intevation/gnv/statistics/exception/StatisticsException.java Added: + Specified ExceptionClass for the Statistics Part of the gnv-artifacts + * src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java Edited: + Remove compileErrors and switch to new Datastructure + 2009-09-28 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/statistics/Statistic.java Added ,