Skip to content

Commit e765405

Browse files
committed
Avoid using wildcards in imports.
1 parent 849b645 commit e765405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/metrics/validator/FirebasePerfTraceValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
package com.google.firebase.perf.metrics.validator;
1616

17-
import static com.google.firebase.perf.metrics.validator.PerfMetricValidator.*;
17+
import static com.google.firebase.perf.metrics.validator.PerfMetricValidator.validateAttribute;
1818

1919
import androidx.annotation.NonNull;
2020
import androidx.annotation.Nullable;

0 commit comments

Comments
 (0)