Skip to content

Commit e17e45a

Browse files
committed
update comment
1 parent 3eb6cb6 commit e17e45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/uid2/operator/monitoring/StatsCollectorVerticle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void handleMessage(Message message) {
9595
if (path.length() > 1 && path.charAt(1) == 'v') {
9696
int apiVIndex = path.indexOf("/", 1);
9797
if (apiVIndex > 1) {
98-
apiVersion = path.substring(1, apiVIndex); // e.g., "v2", "v3", "v4"
98+
apiVersion = path.substring(1, apiVIndex);
9999
endpoint = path.substring(apiVIndex + 1);
100100
}
101101
}

0 commit comments

Comments
 (0)