Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/Statistics.java @ 779:b1f5f2a8840f
Ordered imports. Removed needless imports. Removed empty headers.
gnv-artifacts/trunk@854 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 08:51:20 +0000 |
parents | 04cfb4e3da4f |
children | 9d427dd2a96a |
comparison
equal
deleted
inserted
replaced
778:9a828e5a2390 | 779:b1f5f2a8840f |
---|---|
13 * CVS State: $State: Exp $ | 13 * CVS State: $State: Exp $ |
14 * Project: $ProjectName$ | 14 * Project: $ProjectName$ |
15 */ | 15 */ |
16 package de.intevation.gnv.statistics; | 16 package de.intevation.gnv.statistics; |
17 | 17 |
18 import java.util.Collection; | |
19 | |
20 import de.intevation.gnv.state.describedata.KeyValueDescibeData; | 18 import de.intevation.gnv.state.describedata.KeyValueDescibeData; |
21 | 19 |
22 import de.intevation.gnv.statistics.exception.StatisticsException; | 20 import de.intevation.gnv.statistics.exception.StatisticsException; |
21 | |
22 import java.util.Collection; | |
23 | 23 |
24 /** | 24 /** |
25 * The interface <code>Statistics</code> fulfills the following purposes: | 25 * The interface <code>Statistics</code> fulfills the following purposes: |
26 * <ol> | 26 * <ol> |
27 * <li>Providng a marker interface for statistics.</li> | 27 * <li>Providng a marker interface for statistics.</li> |