Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson 2018-11-26 12:09:21 +00:00
commit c73fdc4ce4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class LongTaskTimingHandlerInterceptor implements HandlerInterceptor {
private final WebMvcTagsProvider tagsProvider; 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 * {@link LongTaskTimer LongTaskTimers} using the given registry. Timers will be
* tagged using the given {@code tagsProvider}. * tagged using the given {@code tagsProvider}.
* @param registry the registry * @param registry the registry