rrenkert@8251: package org.dive4elements.river.exports.injector; rrenkert@8251: rrenkert@8251: rrenkert@8251: public interface InjectorConstants rrenkert@8251: { rrenkert@8251: public static final String CURRENT_KM = "currentkm"; rrenkert@8251: public static final double GAUGE_EPSILON = 0.1; rrenkert@8251: }