Update metric name

This commit is contained in:
Chris Eager 2023-02-23 18:17:47 -06:00 committed by Chris Eager
parent 41c0fe9ffa
commit 047f4a1c00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
package org.whispersystems.textsecuregcm.controllers;
import static com.codahale.metrics.MetricRegistry.name;
import static org.whispersystems.textsecuregcm.metrics.MetricsUtil.name;
import com.codahale.metrics.annotation.Timed;
import com.google.common.net.HttpHeaders;