76777879808182838485
} if (noOfRowsDeleted <= 0) { final String message = "could not delete " + record; Record.LOG.error(message); throw new DbPopulatorException(message); } return nullResultset(); }
54555657585960616263