diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/StaticSedimentLoadCacheKey.java @ 8151:a709e6334c4a

IDs can be assumed to be unique.
author Tom Gottfried <tom@intevation.de>
date Thu, 28 Aug 2014 18:42:20 +0200
parents af13ceeba52a
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/StaticSedimentLoadCacheKey.java	Thu Aug 28 15:34:57 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/StaticSedimentLoadCacheKey.java	Thu Aug 28 18:42:20 2014 +0200
@@ -48,7 +48,7 @@
 
     @Override
     public boolean equals(Object other) {
-        if (!(other instanceof StaticBedHeightCacheKey)) {
+        if (!(other instanceof StaticSedimentLoadCacheKey)) {
             return false;
         }
         StaticSedimentLoadCacheKey o = (StaticSedimentLoadCacheKey) other;

http://dive4elements.wald.intevation.org