comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartSettings.java @ 3613:dd6e25980c91

Fixed typo. flys-artifacts/trunk@5272 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 27 Aug 2012 10:52:12 +0000
parents b0ba96bbf01d
children f84854eba0b3
comparison
equal deleted inserted replaced
3612:f3fc8d49d741 3613:dd6e25980c91
237 logger.debug("Found chart grid: '" + grid + "'"); 237 logger.debug("Found chart grid: '" + grid + "'");
238 } 238 }
239 239
240 chartSection.setTitle(title); 240 chartSection.setTitle(title);
241 chartSection.setSubtitle(sub); 241 chartSection.setSubtitle(sub);
242 chartSection.setDisplayGird(Boolean.valueOf(grid)); 242 chartSection.setDisplayGrid(Boolean.valueOf(grid));
243 243
244 target.setChartSection(chartSection); 244 target.setChartSection(chartSection);
245 } 245 }
246 246
247 247

http://dive4elements.wald.intevation.org