Skip to content

Commit

Permalink
Update the note in the readme about Java 11
Browse files Browse the repository at this point in the history
Some code formatting cleanup
  • Loading branch information
FarmGeek4Life committed Jan 17, 2023
1 parent 2ee4ccb commit a39c72d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Requirements
Java Runtime 8 or higher (use 64-bit Java)\
At least 2GB of memory (recommended to use 4GB); larger FASTA files require more memory

There are some issues running with newer version of Java (Java 11 and newer), due to the deprecation and removal of some libraries.
Releases after April 2019 support Java 11 and newer; older releases will not work with Java 11 or newer (at least for reading mzML files) due to the deprecation and removal of some built-in libraries.

Downloads / Updates
======
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/org/systemsbiology/jrap/stax/ScanHeader.java
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@ public void setPrecursorIntensity(float precursorIntensity)
this.precursorIntensity = precursorIntensity;
}

/**
* @return Returns the activaion method
/**
* @return Returns the activation method
*/
public String getActivationMethod()
public String getActivationMethod()
{
return activationMethod;
}
Expand Down

0 comments on commit a39c72d

Please sign in to comment.