comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalProfileChart.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 8b6ef091d38c
comparison
equal deleted inserted replaced
834:520a3b4da484 835:2423cefe7d39
67 * properly. 67 * properly.
68 */ 68 */
69 protected Map values; 69 protected Map values;
70 70
71 static { 71 static {
72 /* The percentage defining the width of a gap should be configured in 72 /* The percentage defining the width of a gap should be configured in
73 * conf.xml instead of being configured in a system property */ 73 * conf.xml instead of being configured in a system property */
74 PERCENTAGE = Integer.getInteger("chart.gap.percentage", PERCENTAGE); 74 PERCENTAGE = Integer.getInteger("chart.gap.percentage", PERCENTAGE);
75 } 75 }
76 76
77 77

http://dive4elements.wald.intevation.org