// FIXME Houston, we have a problem
continue;
}
// ... and complete it.
final CampaignPublicSummary campaignSummary = new CampaignPublicSummary();
campaignSummary.setCampaign(campaign);
campaignSummary.setNotifications(getNotifications(context, campaign.getKey()));
campaignSummary.setMaster(dao.readUser(context, campaign.getMaster()));
// Search the notifications. may be null.
final List<Notification> notifications = getNotifications(context, key);
final CharacterSummary summary = new CharacterSummary();