Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 0162620

Browse files
committed
fix deprecation warning
1 parent 0a94281 commit 0162620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/graylog/plugins/usagestatistics/util/MetricUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import java.util.concurrent.Callable;
2828
import java.util.concurrent.TimeUnit;
2929

30-
import static com.google.common.base.Objects.firstNonNull;
30+
import static com.google.common.base.MoreObjects.firstNonNull;
3131

3232
public class MetricUtils {
3333
private static final Counter EMPTY_COUNTER = new Counter() {

0 commit comments

Comments
 (0)