Skip to content

Commit d275631

Browse files
committed
Polish
1 parent 4bc32e6 commit d275631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/servlet/LongTaskTimingHandlerInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class LongTaskTimingHandlerInterceptor implements HandlerInterceptor {
4949
private final WebMvcTagsProvider tagsProvider;
5050

5151
/**
52-
* Creates a new {@ode LongTaskTimingHandlerInterceptor} that will create
52+
* Creates a new {@code LongTaskTimingHandlerInterceptor} that will create
5353
* {@link LongTaskTimer LongTaskTimers} using the given registry. Timers will be
5454
* tagged using the given {@code tagsProvider}.
5555
* @param registry the registry

0 commit comments

Comments
 (0)