Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 17, 2022
1 parent e1b3966 commit c9fef13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2008, 2018 Lablicate GmbH.
* Copyright (c) 2008, 2022 Lablicate GmbH.
*
* All rights reserved.
* This program and the accompanying materials are made available under the
Expand All @@ -16,7 +16,7 @@
/**
* More informations about the class structure of mass spectra are stored in {@link IScanMSD}.
*
* @author eselmeister
* @author Philip Wenig
*/
public interface IVendorMassSpectrum extends IRegularMassSpectrum {

Expand Down Expand Up @@ -48,7 +48,7 @@ public interface IVendorMassSpectrum extends IRegularMassSpectrum {
* It could be that the range of the ion values differs from manufacturer to
* manufacturer.<br/>
* One manufacturer for example stores maximal 2000 ion values, another 4000
* ion.<br/>
* ions.<br/>
* Be aware of it!
*
* @return int
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2008, 2021 Lablicate GmbH.
* Copyright (c) 2008, 2022 Lablicate GmbH.
*
* All rights reserved.
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -28,8 +28,7 @@ public class VendorMassSpectrum extends AbstractVendorMassSpectrum implements IV
private static final long serialVersionUID = 6529896871219884041L;
private static final Logger logger = Logger.getLogger(VendorMassSpectrum.class);
/**
* MAX_IONS The total amount of ions to be stored in the
* Agilent chromatogram.<br/>
* MAX_IONS The total amount of ions to be stored in the chromatogram.<br/>
* It does not mean, that ion 2000 is the upper bound, but only 2000 mass
* fragments can be stored in a mass spectrum.
*/
Expand Down

0 comments on commit c9fef13

Please sign in to comment.