Skip to content

Commit 0183dc6

Browse files
committed
Javadoc fix: errors in protein-disorder module
1 parent d483bba commit 0183dc6

File tree

1 file changed

+0
-1
lines changed
  • biojava-protein-disorder/src/main/java/org/biojava/nbio/ronn

1 file changed

+0
-1
lines changed

biojava-protein-disorder/src/main/java/org/biojava/nbio/ronn/Jronn.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ public static Map<FastaSequence,Range[]> getDisorder(List<FastaSequence> sequenc
270270
* @throws FileNotFoundException if the input file cannot be found
271271
* @throws IOException of the system cannot access or read from the input file
272272
* @see #getDisorder(FastaSequence)
273-
* @see #Jronn.Range
274273
*/
275274
public static Map<FastaSequence,Range[]> getDisorder(String fastaFile) throws IOException {
276275
final List<FastaSequence> sequences = SequenceUtil.readFasta(new FileInputStream(fastaFile));

0 commit comments

Comments
 (0)