Rename getCurrentUser to getUser
It is never ambiguous to say "User" instead of "CurrentUser". Save some typing. Change-Id: I03a051f1fd3758ba63749cded20a7c135b6cf58a
This commit is contained in:
@@ -314,7 +314,7 @@ public class PatchScriptFactory implements Callable<PatchScript> {
|
||||
break;
|
||||
}
|
||||
|
||||
final CurrentUser user = control.getCurrentUser();
|
||||
final CurrentUser user = control.getUser();
|
||||
if (user.isIdentifiedUser()) {
|
||||
final Account.Id me = ((IdentifiedUser) user).getAccountId();
|
||||
switch (changeType) {
|
||||
|
Reference in New Issue
Block a user