diff artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionInfoGenerator.java @ 7069:9b52c501c57e generator-refactoring

Add InfoGenerator Hacks to be removed soon. Neccessary for testing but they will be removed again in one of the next commits
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 20 Sep 2013 14:56:46 +0200
parents af13ceeba52a
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionInfoGenerator.java	Fri Sep 20 14:55:44 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionInfoGenerator.java	Fri Sep 20 14:56:46 2013 +0200
@@ -16,10 +16,10 @@
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
  */
 public class LongitudinalSectionInfoGenerator
-extends      ChartInfoGenerator
+extends      ChartInfoGenerator2
 {
     public LongitudinalSectionInfoGenerator() {
-        super(new LongitudinalSectionGenerator());
+        super(new DiagramGenerator());
     }
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org