{
logger.info("SAVING "+bill.getBillId());
// Until LBDC starts sending coPrime information for real we need overrides
// for the following set of bills and resolutions
if (bill.getBillId().equals("R314-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("J375-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("SKELOS"), new Person("KLEIN")));
}
else if (bill.getBillId().equals("R633-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("J694-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("J758-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("SKELOS")));
}
else if (bill.getBillId().equals("R818-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("J844-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("J860-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("SKELOS")));
}
else if (bill.getBillId().equals("J1608-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("STEWART-COUSINS")));
}
else if (bill.getBillId().equals("J1938-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("STEWART-COUSINS")));
}
else if (bill.getBillId().equals("J3100-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("HANNON")));
}
else if (bill.getBillId().equals("S2107-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("S3953-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("ESPAILLAT")));
}
else if (bill.getBillId().equals("S5441-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("GRISANTI"), new Person("RANZENHOFER"), new Person("GALLIVAN")));
}
else if (bill.getBillId().equals("S5656-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("FUSCHILLO")));
}
else if (bill.getBillId().equals("S5657-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("MARCHIONE"), new Person("CARLUCCI")));
}
else if (bill.getBillId().equals("S5683-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("VALESKY")));
}
else if (bill.getBillId().equals("J2885-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("STEWART-COUSINS")));
}
else if (bill.getBillId().equals("J3307-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("SKELOS")));
}
else if (bill.getBillId().equals("J3743-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("STEWART-COUSINS")));
}
else if (bill.getBillId().equals("J3908-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("STEWART-COUSINS")));
}
else if (bill.getBillId().equals("R4036-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
else if (bill.getBillId().equals("S6966-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("GRIFFO")));
}
else if (bill.getBillId().equals("J4904-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN"), new Person("STEWART-COUSINS")));
}
else if (bill.getBillId().equals("J5165-2013")) {
bill.setOtherSponsors(Arrays.asList(new Person("KLEIN")));
}
// Check if the bill is on the unpublished list
if (unpublishListManager.getUnpublishedBills().contains(bill.getBillId())){
// If so set the publish date to null