Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java @ 835:2423cefe7d39
Removed trailing whitespace.
gnv-artifacts/trunk@936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 17 Apr 2010 09:35:24 +0000 |
parents | bcdcce146c14 |
children | f953c9a559d8 |
comparison
equal
deleted
inserted
replaced
834:520a3b4da484 | 835:2423cefe7d39 |
---|---|
71 * Logger used for logging with log4j. | 71 * Logger used for logging with log4j. |
72 */ | 72 */ |
73 private static Logger log = Logger.getLogger(TimeSeriesChart.class); | 73 private static Logger log = Logger.getLogger(TimeSeriesChart.class); |
74 | 74 |
75 static { | 75 static { |
76 /* The percentage defining the width of a gap should be configured in | 76 /* The percentage defining the width of a gap should be configured in |
77 * conf.xml instead of being configured in a system property */ | 77 * conf.xml instead of being configured in a system property */ |
78 GAP_SIZE = Integer.getInteger("chart.gap.percentage", GAP_SIZE); | 78 GAP_SIZE = Integer.getInteger("chart.gap.percentage", GAP_SIZE); |
79 } | 79 } |
80 | 80 |
81 | 81 |