Skip to content

Commit 8a53a77

Browse files
Fix @nullable import
Since we changed the package name in 1.10.0 and the previous backport commit used what was available in 1.9.x and deprecated in 1.10.x See 82dff93 See gh-3759
1 parent 0ddc8a7 commit 8a53a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micrometer-core/src/test/java/io/micrometer/core/instrument/step/StepMeterRegistryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
*/
1616
package io.micrometer.core.instrument.step;
1717

18+
import io.micrometer.common.lang.Nullable;
1819
import io.micrometer.core.Issue;
1920
import io.micrometer.core.instrument.*;
20-
import io.micrometer.core.lang.Nullable;
2121
import org.junit.jupiter.api.Test;
2222
import org.testcontainers.shaded.com.google.common.util.concurrent.AtomicDouble;
2323

0 commit comments

Comments
 (0)