Address code review comments. · fugithubs/client_java@cf018d1 · GitHub
Skip to content

Commit cf018d1

Browse files
committed
Address code review comments.
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
1 parent 784db17 commit cf018d1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 0 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public B namespace(String namespace) {
216216
return (B)this;
217217
}
218218
/**
219-
* Set the uit of the metric. Required.
219+
* Set the unit of the metric. Required.
220220
*/
221221
public B unit(String unit) {
222222
this.unit = unit;

simpleclient_caffeine/src/test/java/io/prometheus/client/cache/caffeine/CacheMetricsCollectorTest.java

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)