fix error with SecurityDocumentationIT#testGetUsers

This commit is contained in:
Nicholas Knize 2018-12-13 17:34:53 -06:00
parent 730b154c93
commit 0804c27fee
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ public class SecurityDocumentationIT extends ESRestHighLevelClientTestCase {
GetUsersRequest request = new GetUsersRequest(usernames[0]); GetUsersRequest request = new GetUsersRequest(usernames[0]);
ActionListener<GetUsersResponse> listener; ActionListener<GetUsersResponse> listener;
//tag::get-roles-execute-listener //tag::get-users-execute-listener
listener = new ActionListener<GetUsersResponse>() { listener = new ActionListener<GetUsersResponse>() {
@Override @Override
public void onResponse(GetUsersResponse getRolesResponse) { public void onResponse(GetUsersResponse getRolesResponse) {