Browse Source

Fix format gh-9183

pull/9192/head
Joe Grandja 5 years ago
parent
commit
dafedf93fa
  1. 4
      oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2ParameterNames.java

4
oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2ParameterNames.java

@ -18,8 +18,8 @@ package org.springframework.security.oauth2.core.endpoint; @@ -18,8 +18,8 @@ package org.springframework.security.oauth2.core.endpoint;
/**
* Standard and custom (non-standard) parameter names defined in the OAuth Parameters
* Registry and used by the authorization endpoint, token endpoint and
* token revocation endpoint.
* Registry and used by the authorization endpoint, token endpoint and token revocation
* endpoint.
*
* @author Joe Grandja
* @since 5.0

Loading…
Cancel
Save