Skip to content

Commit 69b1657

Browse files
committed
refactor
1 parent 830a841 commit 69b1657

File tree

1 file changed

+1
-1
lines changed
  • src/commonMain/kotlin/spp.protocol/instrument/meter

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/spp.protocol/instrument/meter/MeterType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package spp.protocol.instrument.meter
66
* @author [Brandon Fergerson](mailto:bfergerson@apache.org)
77
*/
88
enum class MeterType {
9-
COUNTER,
9+
COUNT,
1010
GAUGE,
1111
HISTOGRAM
1212
}

0 commit comments

Comments
 (0)