diff --git a/openchrom/plugins/net.openchrom.xxd.base.ui/src/net/openchrom/xxd/base/ui/services/IAlignmentService.java b/openchrom/plugins/net.openchrom.xxd.base.ui/src/net/openchrom/xxd/base/ui/services/IAlignmentService.java index 543b349d2..21762560c 100644 --- a/openchrom/plugins/net.openchrom.xxd.base.ui/src/net/openchrom/xxd/base/ui/services/IAlignmentService.java +++ b/openchrom/plugins/net.openchrom.xxd.base.ui/src/net/openchrom/xxd/base/ui/services/IAlignmentService.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2023 Lablicate GmbH. + * Copyright (c) 2023, 2024 Lablicate GmbH. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -30,7 +30,7 @@ public interface IAlignmentService { DataType getDataType(); - IProcessingInfo calculate(List> chromatograms, TimeRanges timeRanges, IProgressMonitor monitor); + IProcessingInfo calculate(List> chromatograms, TimeRanges timeRanges, Boolean shiftChromatograms, IProgressMonitor monitor); Class getPreferencePage(); }