view flys-artifacts/src/main/java/de/intevation/flys/exports/minfo/BedDiffHeightYearInfoGenerator.java @ 3904:2d2ca7bf70a7

Prevent ArrayIndexOutOfBounds-Exception. flys-artifacts/trunk@5569 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Sat, 22 Sep 2012 09:57:27 +0000
parents 95d699c769fb
children
line wrap: on
line source
package de.intevation.flys.exports.minfo;

import de.intevation.flys.exports.ChartInfoGenerator;


public class BedDiffHeightYearInfoGenerator
extends ChartInfoGenerator
{
    public BedDiffHeightYearInfoGenerator() {
        super (new BedDiffHeightYearGenerator());
    }
}

http://dive4elements.wald.intevation.org