Update javadoc

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan 2025-05-07 23:41:30 +07:00 committed by Rob Winch
parent 1e4dd713c5
commit 48eb243012

View File

@ -91,8 +91,8 @@ public final class DefaultOAuth2TokenRequestHeadersConverter<T extends AbstractO
/**
* Creates a {@link DefaultOAuth2TokenRequestHeadersConverter} that populates default
* {@link HttpHeaders} that includes {@code charset=UTF-8} on both the {@code Accept}
* and {@code Content-Type} headers to provide backwards compatibility for
* {@link HttpHeaders} that includes {@code charset=UTF-8} on {@code Content-Type}
* headers to provide backwards compatibility for
* {@link AbstractOAuth2AuthorizationGrantRequestEntityConverter}.
* @return the default headers converter
*/