Skip to content

Commit

Permalink
Fall back to standard settings to avoid a crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jan 28, 2025
1 parent a2273b1 commit 5f565f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2024 Lablicate GmbH.
* Copyright (c) 2024, 2025 Lablicate GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -48,7 +48,7 @@ public IProcessingInfo<?> generate(File file, boolean append, IChromatogram<? ex
@Override
public IProcessingInfo<?> generate(File file, boolean append, IChromatogram<? extends IPeak> chromatogram, IProgressMonitor monitor) {

throw new UnsupportedOperationException();
return generate(file, append, chromatogram, new ReportSettings(), monitor);
}

@Override
Expand Down

0 comments on commit 5f565f9

Please sign in to comment.