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 6e8dcd8 commit 7fe33aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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, 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 @@ -25,8 +25,8 @@
/**
* If a new mass spectrum type should be implemented, extend the abstract class {@link AbstractScanMSD} and not this class.
*
* @author eselmeister
* @author <a href="mailto:[email protected]">Alexander Kerner</a>
* @author Philip Wenig
* @author Alexander Kerner
*/
public class ScanMSD extends AbstractScanMSD implements IScanMSD {

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 7fe33aa

Please sign in to comment.