mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02: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
|
else { //domainId == null
|
||||||
if (accountName != 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