comparison artifacts/src/main/java/org/dive4elements/river/utils/GeometryUtils.java @ 7642:4b49b226abc1

Improve logger output.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 04 Dec 2013 10:18:14 +0100
parents af13ceeba52a
children e4606eae8ea5
comparison
equal deleted inserted replaced
7641:4b31a6efc2cb 7642:4b49b226abc1
79 79
80 return max; 80 return max;
81 } 81 }
82 } 82 }
83 catch(HibernateException iae) { 83 catch(HibernateException iae) {
84 logger.warn("No vaild river axis found for " + rivername); 84 logger.warn("Exception, no valid river axis found for " + rivername);
85 return null; 85 return null;
86 } 86 }
87 logger.warn("No vaild river axis found for " + rivername); 87 logger.warn("No valid river axis found for " + rivername);
88 88
89 return null; 89 return null;
90 } 90 }
91 91
92 public static String getRiverBounds(String rivername) { 92 public static String getRiverBounds(String rivername) {

http://dive4elements.wald.intevation.org