Skip to content

Commit

Permalink
added method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smdb21 committed Oct 13, 2016
1 parent 932c2e5 commit 2a1a9d1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ private void process() {

}

/**
*
* @param scanNumber
* in the form of "scan.scan.charge"
* @return
*/
public Double getSpectrumRTByScan(String scanNumber) {
process();
if (rtByScanNumberMap.containsKey(scanNumber)) {
Expand Down

0 comments on commit 2a1a9d1

Please sign in to comment.