Add missing @Deprecated annotation
Closes gh-15113
This commit is contained in:
committed by
Stephane Nicoll
parent
3628c5b2dc
commit
6ac788df2f
@@ -379,6 +379,7 @@ public class RestTemplateBuilder {
|
||||
* @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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user