697071727374757677
if (r == null) { // TODO: Throw an appropriate exception once they are moved // into candlepin-common. throw new BadRequestException("Report " + reportKey + " not found."); } return r.run(uriInfo.getQueryParameters()); } }