raimund@3898: package de.intevation.flys.exports.minfo; raimund@3898: raimund@3898: import de.intevation.flys.exports.ChartInfoGenerator; raimund@3898: raimund@3898: raimund@3898: public class BedDiffEpochInfoGenerator raimund@3898: extends ChartInfoGenerator raimund@3898: { raimund@3898: public BedDiffEpochInfoGenerator() { raimund@3898: super(new BedDifferenceEpochGenerator()); raimund@3898: } raimund@3898: }