Fix checkstyle

This commit is contained in:
Likitha Shetty 2014-01-14 14:00:45 +05:30
parent b61f0a74ca
commit 16d36dd75f

View File

@ -763,8 +763,8 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer
Domain domain = _domainMgr.getDomain(domainUUID);
if (domain != null)
return domain.getId();
else
return null;
else
return null;
}
@Override