mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix build
This commit is contained in:
parent
c03712e86a
commit
a2d50c7e43
@ -384,7 +384,7 @@ public class ProjectManagerImpl implements ProjectManager, Manager{
|
||||
}
|
||||
else { //domainId == null
|
||||
if (accountName != null) {
|
||||
throw new InvalidParameterValueException("could not find account " + accountName + " because domain is not specified", null);
|
||||
throw new InvalidParameterValueException("could not find account " + accountName + " because domain is not specified");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user