Skip to content

Commit b5a4cdc

Browse files
committed
Polish OAuth2AuthorizationServerJackson2Module
Issue gh-17880
1 parent 592510c commit b5a4cdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/jackson2/OAuth2AuthorizationServerJackson2Module.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
import org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat;
3434

3535
/**
36-
* Jackson {@code Module} for {@code spring-authorization-server}, that registers the
37-
* following mix-in annotations:
36+
* Jackson {@code Module} for {@code spring-security-oauth2-authorization-server}, that
37+
* registers the following mix-in annotations:
3838
*
3939
* <ul>
4040
* <li>{@link UnmodifiableMapMixin}</li>
@@ -70,6 +70,7 @@
7070
* @see OAuth2TokenFormatMixin
7171
* @see StringArrayMixin
7272
*/
73+
@SuppressWarnings("serial")
7374
public class OAuth2AuthorizationServerJackson2Module extends SimpleModule {
7475

7576
public OAuth2AuthorizationServerJackson2Module() {

0 commit comments

Comments
 (0)