Skip to content

Commit

Permalink
Merge pull request spring-projects#15113 from dreis2211
Browse files Browse the repository at this point in the history
* pr/15113:
  Add missing @deprecated annotation
  • Loading branch information
snicoll committed Nov 7, 2018
2 parents 3628c5b + 6ac788d commit ded871d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ public RestTemplateBuilder errorHandler(ResponseErrorHandler errorHandler) {
* @deprecated since 2.1.0 in favor of
* {@link #basicAuthentication(String username, String password)}
*/
@Deprecated
public RestTemplateBuilder basicAuthorization(String username, String password) {
return basicAuthentication(username, password);
}
Expand Down

0 comments on commit ded871d

Please sign in to comment.