Skip to content

Commit

Permalink
Update Gauge.java (#432)
Browse files Browse the repository at this point in the history
Comment is Wrong

Signed-off-by: Jue Chen <3330584+jchprj@users.noreply.github.com>
  • Loading branch information
jchprj authored and brian-brazil committed Oct 26, 2018
1 parent af39ca9 commit 409c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpleclient/src/main/java/io/prometheus/client/Gauge.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public void inc(double amt) {
noLabelsChild.inc(amt);
}
/**
* Increment the gauge with no labels by 1.
* Decrement the gauge with no labels by 1.
*/
public void dec() {
dec(1);
Expand Down

0 comments on commit 409c825

Please sign in to comment.