comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java @ 7053:3a55f49be155

Corrected debug output.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 19 Sep 2013 10:39:15 +0200
parents d12363a7d84a
children e0b6b6cf4708
comparison
equal deleted inserted replaced
7047:b5e9b8b5c8d6 7053:3a55f49be155
247 endKm, 247 endKm,
248 syear, 248 syear,
249 eyear); 249 eyear);
250 250
251 if (values != null && key != null) { 251 if (values != null && key != null) {
252 log.debug("Store static bed height values in cache."); 252 log.debug("Store sediment loads in cache.");
253 element = new Element(key, values); 253 element = new Element(key, values);
254 cache.put(element); 254 cache.put(element);
255 } 255 }
256 return values; 256 return values;
257 } 257 }

http://dive4elements.wald.intevation.org