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.context.i18n;
import io.micrometer.context.ThreadLocalAccessor;
/**
* Adapt {@link LocaleContextHolder} to the {@link ThreadLocalAccessor} contract to assist
* the Micrometer Context Propagation library with {@link LocaleContext} propagation.
* Adapt {@link LocaleContextHolder} to the {@link ThreadLocalAccessor} contract
* to assist the Micrometer Context Propagation library with {@link LocaleContext}
* propagation.
*
* @author Tadaya Tsuyukubo
* @since 6.2
*/