Skip to content

Commit b07426a

Browse files
authored
Update CodahaleTimedToMicrometerTimedTest.java
1 parent 6df456a commit b07426a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/openrewrite/java/dropwizard/annotation/micrometer/CodahaleTimedToMicrometerTimedTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ public void timedMethod() {
157157
import java.util.concurrent.TimeUnit;
158158
159159
class TestClass {
160-
@Timed(
161-
value = "customMetricName")
160+
@Timed("customMetricName")
162161
public void timedMethod() {
163162
}
164163
}

0 commit comments

Comments
 (0)