comparison artifacts/src/main/java/org/dive4elements/river/exports/TypeSection.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents af13ceeba52a
children 5e38e2924c07
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
17 /** 17 /**
18 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 18 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
19 */ 19 */
20 public class TypeSection extends DefaultSection { 20 public class TypeSection extends DefaultSection {
21 21
22 private static final Logger logger = Logger.getLogger(TypeSection.class); 22 private static final Logger log = Logger.getLogger(TypeSection.class);
23 23
24 public TypeSection(String key) { 24 public TypeSection(String key) {
25 super(key); 25 super(key);
26 } 26 }
27 27
64 64
65 if (attr instanceof StringAttribute) { 65 if (attr instanceof StringAttribute) {
66 return (String) attr.getValue(); 66 return (String) attr.getValue();
67 } 67 }
68 68
69 logger.debug("attribute " + key + " not found in typesection.getString"); 69 log.debug("attribute " + key + " not found in typesection.getString");
70 70
71 return null; 71 return null;
72 } 72 }
73 73
74 74

http://dive4elements.wald.intevation.org