comparison flys-artifacts/src/main/java/de/intevation/flys/exports/CrossSectionGenerator.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 e1fd2dfdcb80
children 1548935582bc
comparison
equal deleted inserted replaced
3612:f3fc8d49d741 3613:dd6e25980c91
416 */ 416 */
417 @Override 417 @Override
418 protected ChartSection buildChartSection() { 418 protected ChartSection buildChartSection() {
419 ChartSection chartSection = new ChartSection(); 419 ChartSection chartSection = new ChartSection();
420 chartSection.setTitle(getChartTitle()); 420 chartSection.setTitle(getChartTitle());
421 chartSection.setDisplayGird(isGridVisible()); 421 chartSection.setDisplayGrid(isGridVisible());
422 return chartSection; 422 return chartSection;
423 } 423 }
424 } 424 }
425 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 425 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org