teichmann@5831: package org.dive4elements.river.exports.minfo; raimund@3898: teichmann@5831: import org.dive4elements.river.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: }