[PATCH] Remove unused method
Wald Commits
scm-commit at wald.intevation.org
Thu Aug 20 14:21:57 CEST 2015
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1440073314 -7200
# Node ID d0f2250b552165c5598b5fa44d1baa426b44d223
# Parent 35c0b3fccc039bb557076f15a2cfc45b4dee0900
Remove unused method.
diff -r 35c0b3fccc03 -r d0f2250b5521 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadData.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadData.java Thu Aug 20 10:56:14 2015 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadData.java Thu Aug 20 14:21:54 2015 +0200
@@ -532,20 +532,6 @@
return loads;
}
- /** Find all official loads with a distinct time interval id */
- public Collection<Load> findUniqueTiOfficialLoads(double a, double b) {
- final TreeSet<Load> loads = new TreeSet<Load>(LOAD_TI_CMP);
-
- findStations(a, b, new Visitor() {
- @Override
- public void visit(Station station) {
- station.allOfficialLoads(loads);
- }
- });
-
- return loads;
- }
-
/** Get a list of loads with unique sq_time_intervals.
*
* This is mainly a convenience function for the SedimentLoadInfoService.
More information about the Dive4Elements-commits
mailing list