Browse Source

Fix format gh-9183

Joe Grandja 4 years ago
parent
commit
dafedf93fa

+ 2 - 2
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;
 
 /**
  * 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