Polish "Add ThreadLocalAccessor for LocaleContext and RequestAttributes"

See gh-32243
This commit is contained in:
Stéphane Nicoll
2024-02-15 15:50:10 +01:00
parent 5bd1c1fddb
commit aef4b21f19
3 changed files with 11 additions and 5 deletions

View File

@@ -19,8 +19,10 @@ package org.springframework.web.context.request;
import io.micrometer.context.ThreadLocalAccessor;
/**
* Adapt {@link RequestContextHolder} to the {@link ThreadLocalAccessor} contract to assist
* the Micrometer Context Propagation library with {@link RequestAttributes} propagation.
* Adapt {@link RequestContextHolder} to the {@link ThreadLocalAccessor} contract
* to assist the Micrometer Context Propagation library with
* {@link RequestAttributes} propagation.
*
* @author Tadaya Tsuyukubo
* @since 6.2
*/