Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java Fri Apr 16 11:45:36 2010 +0000 +++ b/gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java Sat Apr 17 09:35:24 2010 +0000 @@ -69,7 +69,7 @@ protected Map values; static { - /* The percentage defining the width of a gap should be configured in + /* The percentage defining the width of a gap should be configured in * conf.xml instead of being configured in a system property */ PERCENTAGE = Integer.getInteger("chart.gap.percentage", PERCENTAGE); }