RatioGauge   RatioGauge 
Compiled from "RatioGauge.java" Compiled from "RatioGauge.java"
public abstract class com.codahale.metrics.RatioGauge implements com.codaha public abstract class io.dropwizard.metrics5.RatioGauge implements io.dropw
le.metrics.Gauge<java.lang.Double> { izard.metrics5.Gauge<java.lang.Double> {
public com.codahale.metrics.RatioGauge(); public io.dropwizard.metrics5.RatioGauge();
protected abstract com.codahale.metrics.RatioGauge$Ratio getRatio(); protected abstract io.dropwizard.metrics5.RatioGauge$Ratio getRatio();
public java.lang.Double getValue(); public java.lang.Double getValue();
public java.lang.Object getValue(); public java.lang.Object getValue();
} }
 End of changes. 1 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/