comparison artifacts/src/main/java/org/dive4elements/river/exports/ChartSection.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 1cc7653ca84f 0a5239a1e46e
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
14 /** 14 /**
15 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 15 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
16 */ 16 */
17 public class ChartSection extends TypeSection { 17 public class ChartSection extends TypeSection {
18 18
19 private static Logger logger = Logger.getLogger(ChartSection.class); 19 private static Logger log = Logger.getLogger(ChartSection.class);
20 20
21 public static final String TITLE_ATTR = "title"; 21 public static final String TITLE_ATTR = "title";
22 public static final String SUBTITLE_ATTR = "subtitle"; 22 public static final String SUBTITLE_ATTR = "subtitle";
23 public static final String DISPLAYGRID_ATTR = "display-grid"; 23 public static final String DISPLAYGRID_ATTR = "display-grid";
24 public static final String DISPLAYLOGO_ATTR = "display-logo"; 24 public static final String DISPLAYLOGO_ATTR = "display-logo";
57 } 57 }
58 58
59 59
60 /** Set Property-value for display-logo property. */ 60 /** Set Property-value for display-logo property. */
61 public void setDisplayLogo(String logo) { 61 public void setDisplayLogo(String logo) {
62 logger.debug("Setting Display logo string."); 62 log.debug("Setting Display logo string.");
63 setChoiceStringValue(DISPLAYLOGO_ATTR, logo, "logo"); 63 setChoiceStringValue(DISPLAYLOGO_ATTR, logo, "logo");
64 } 64 }
65 65
66 66
67 /** Get Property-value for horizontal logo-placement property. */ 67 /** Get Property-value for horizontal logo-placement property. */

http://dive4elements.wald.intevation.org