Browse Source

Update javadoc

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Tran Ngoc Nhan 3 months ago
parent
commit
48eb243012

+ 2 - 2
oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/endpoint/DefaultOAuth2TokenRequestHeadersConverter.java

@@ -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
 	 */