Browse Source

Polish

pull/16246/head
Andy Wilkinson 7 years ago
parent
commit
d2756319cb
  1. 2
      spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/web/servlet/LongTaskTimingHandlerInterceptor.java

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

@ -49,7 +49,7 @@ public class LongTaskTimingHandlerInterceptor implements HandlerInterceptor { @@ -49,7 +49,7 @@ public class LongTaskTimingHandlerInterceptor implements HandlerInterceptor {
private final WebMvcTagsProvider tagsProvider;
/**
* Creates a new {@ode LongTaskTimingHandlerInterceptor} that will create
* Creates a new {@code LongTaskTimingHandlerInterceptor} that will create
* {@link LongTaskTimer LongTaskTimers} using the given registry. Timers will be
* tagged using the given {@code tagsProvider}.
* @param registry the registry

Loading…
Cancel
Save