comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedloadOverviewFactory.java @ 8781:9530a00056dd

It's worth a warning.
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 15:56:12 +0100
parents af13ceeba52a
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8780:85f36f9f1bd3 8781:9530a00056dd
37 } 37 }
38 38
39 Cache cache = CacheFactory.getCache(CACHE_NAME); 39 Cache cache = CacheFactory.getCache(CACHE_NAME);
40 40
41 if (cache == null) { 41 if (cache == null) {
42 if (debug) { 42 log.warn("Cache not configured.");
43 log.debug("Cache not configured.");
44 }
45 return getUncached(river); 43 return getUncached(river);
46 } 44 }
47 45
48 String key = "bedload-over-" + river; 46 String key = "bedload-over-" + river;
49 47

http://dive4elements.wald.intevation.org