Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Dec 21, 2024
1 parent a53a7df commit b55d6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ private Collection<GrantedAuthority> authorities(List<String> scopes) {
}

/**
* Creates a {@code SpringOpaqueTokenIntrospector.Builder} with the given introspection endpoint uri
* Creates a {@code SpringOpaqueTokenIntrospector.Builder} with the given
* introspection endpoint uri
* @param introspectionUri The introspection endpoint uri
* @return the {@link SpringOpaqueTokenIntrospector.Builder}
* @since 6.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ private Collection<GrantedAuthority> authorities(List<String> scopes) {
}

/**
* Creates a {@code SpringReactiveOpaqueTokenIntrospector.Builder} with the given introspection endpoint uri
* Creates a {@code SpringReactiveOpaqueTokenIntrospector.Builder} with the given
* introspection endpoint uri
* @param introspectionUri The introspection endpoint uri
* @return the {@link SpringReactiveOpaqueTokenIntrospector.Builder}
* @since 6.5
Expand Down

0 comments on commit b55d6be

Please sign in to comment.