if (CSVFeedService.LOG.isDebugEnabled()) {
CSVFeedService.LOG.debug(MethodUtils.executionMessage());
}
this.resetServiceExecutionsCount();
this.setCSVFile(GeneratorUtils.<File>generateDefaultUnknownValue());
this.setFlightDAO(new FlightMySQLDAOImpl());
if (CSVFeedService.LOG.isDebugEnabled()) {
CSVFeedService.LOG.debug(MethodUtils.successMessage());
CSVFeedService.LOG.debug(MethodUtils.callbackMessage(this));
}
}