Updated Branches: refs/heads/master c03712e86 -> a2d50c7e4
fix build Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a2d50c7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a2d50c7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a2d50c7e Branch: refs/heads/master Commit: a2d50c7e43f7e7fe1493972646c6f776af9d8143 Parents: c03712e Author: Edison Su <[email protected]> Authored: Mon Oct 29 12:55:15 2012 -0700 Committer: Edison Su <[email protected]> Committed: Mon Oct 29 12:55:15 2012 -0700 ---------------------------------------------------------------------- .../src/com/cloud/projects/ProjectManagerImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a2d50c7e/server/src/com/cloud/projects/ProjectManagerImpl.java ---------------------------------------------------------------------- diff --git a/server/src/com/cloud/projects/ProjectManagerImpl.java b/server/src/com/cloud/projects/ProjectManagerImpl.java index dd23009..c922ddb 100755 --- a/server/src/com/cloud/projects/ProjectManagerImpl.java +++ b/server/src/com/cloud/projects/ProjectManagerImpl.java @@ -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"); } }
