Add javadoc for spring-security-oauth2-client

Fixes gh-4884
This commit is contained in:
Joe Grandja
2018-01-18 17:11:26 -05:00
parent 84679a5d64
commit fe2ac00deb
35 changed files with 648 additions and 95 deletions

View File

@@ -91,9 +91,9 @@ public final class OAuth2AuthorizationRequest implements Serializable {
}
/**
* Returns the uri for the redirect endpoint.
* Returns the uri for the redirection endpoint.
*
* @return the uri for the redirect endpoint
* @return the uri for the redirection endpoint
*/
public String getRedirectUri() {
return this.redirectUri;
@@ -190,9 +190,9 @@ public final class OAuth2AuthorizationRequest implements Serializable {
}
/**
* Sets the uri for the redirect endpoint.
* Sets the uri for the redirection endpoint.
*
* @param redirectUri the uri for the redirect endpoint
* @param redirectUri the uri for the redirection endpoint
* @return the {@link Builder}
*/
public Builder redirectUri(String redirectUri) {