fix build

This commit is contained in:
Edison Su 2012-10-29 12:55:15 -07:00
parent c03712e86a
commit a2d50c7e43

View File

@ -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");
}
}