public QFFragmentFactory(MappedTargetsLogService mappedTargetsLogService, ObjectiveHandlingFactory objectiveHandlingFactory, ESMAnalyzer esmAnalyzer) { this.mappedTargetsLogService = mappedTargetsLogService; this.objectiveHandlingFactory = objectiveHandlingFactory; this.esmAnalyzer = esmAnalyzer; }
public QFFragmentFactory(MappedTargetsLogService mappedTargetsLogService, ObjectiveHandlingFactory objectiveHandlingFactory) { this.mappedTargetsLogService = mappedTargetsLogService; this.objectiveHandlingFactory = objectiveHandlingFactory; }