Merge branch 'stable-2.16' into stable-3.0
* stable-2.16: PutHttpPassword: Fix comment PutHttpPassword: Replace comment with @UsedAt annotation Change-Id: I7bc834e7bf658ee8c6b4390c6c122f412b600afe
This commit is contained in:
@@ -106,8 +106,7 @@ public class PutHttpPassword implements RestModifyView<AccountResource, HttpPass
|
|||||||
return apply(rsrc.getUser(), newPassword);
|
return apply(rsrc.getUser(), newPassword);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Used by the admin console plugin
|
@UsedAt(UsedAt.Project.PLUGIN_SERVICEUSER)
|
||||||
// TODO(dpursehouse): Replace comment with @UsedAt
|
|
||||||
public Response<String> apply(IdentifiedUser user, String newPassword)
|
public Response<String> apply(IdentifiedUser user, String newPassword)
|
||||||
throws ResourceNotFoundException, ResourceConflictException, IOException,
|
throws ResourceNotFoundException, ResourceConflictException, IOException,
|
||||||
ConfigInvalidException {
|
ConfigInvalidException {
|
||||||
|
|||||||
Reference in New Issue
Block a user