mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
refactoring: fixed comment typo
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
f78b99cc8f
commit
1323036bba
@ -184,7 +184,7 @@ public class DomainChecker extends AdapterBase implements SecurityChecker {
|
||||
@Override
|
||||
public boolean checkAccess(Account account, DiskOffering dof, DataCenter zone) throws PermissionDeniedException {
|
||||
boolean hasAccess = false;
|
||||
// Check fo domains
|
||||
// Check for domains
|
||||
if (account == null || dof == null) {
|
||||
hasAccess = true;
|
||||
} else {
|
||||
@ -222,7 +222,7 @@ public class DomainChecker extends AdapterBase implements SecurityChecker {
|
||||
@Override
|
||||
public boolean checkAccess(Account account, ServiceOffering so, DataCenter zone) throws PermissionDeniedException {
|
||||
boolean hasAccess = false;
|
||||
// Check fo domains
|
||||
// Check for domains
|
||||
if (account == null || so == null) {
|
||||
hasAccess = true;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user