Skip to content

Commit

Permalink
Fix reference to setType() (issue #219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Nov 16, 2017
1 parent 9d6f177 commit c76be52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ DistributionSummary summary(Meter.Id id, HistogramConfig histogramConfig) {
*/
Meter register(Meter.Id id, Meter.Type type, Iterable<Measurement> measurements) {
return registerMeterIfNecessary(Meter.class, id, id2 -> {
id.setType(type);
newMeter(id2, type, measurements);
return new Meter() {
@Override
Expand Down

0 comments on commit c76be52

Please sign in to comment.