Skip to content

Commit 409c825

Browse files
jchprjbrian-brazil
authored andcommitted
Update Gauge.java (#432)
Comment is Wrong Signed-off-by: Jue Chen <[email protected]>
1 parent af39ca9 commit 409c825

File tree

1 file changed

+1
-1
lines changed
  • simpleclient/src/main/java/io/prometheus/client

1 file changed

+1
-1
lines changed

simpleclient/src/main/java/io/prometheus/client/Gauge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public void inc(double amt) {
254254
noLabelsChild.inc(amt);
255255
}
256256
/**
257-
* Increment the gauge with no labels by 1.
257+
* Decrement the gauge with no labels by 1.
258258
*/
259259
public void dec() {
260260
dec(1);

0 commit comments

Comments
 (0)