mirror of https://github.com/apache/cloudstack.git
findbugs: throw exceptions when found(cherry picked from commit
9772693dca)
This commit is contained in:
parent
5d8e8fd3a2
commit
be21822cba
|
|
@ -624,6 +624,7 @@ public class ProjectManagerImpl extends ManagerBase implements ProjectManager {
|
|||
domainUuid = domain.getUuid();
|
||||
}
|
||||
ex.addProxyObject(domainUuid, "domainId");
|
||||
throw ex;
|
||||
}
|
||||
|
||||
//verify permissions
|
||||
|
|
|
|||
Loading…
Reference in New Issue