Skip to content

Commit a5790df

Browse files
committed
just doc
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9911 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent f6b78af commit a5790df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava3-alignment/src/main/java/org/biojava3/alignment/io/StockholmFileParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public StockholmStructure parse(InputStream inStream) throws ParserException, IO
302302

303303
/**parses an {@link InputStream} and returns maximum <code>max</code> object contained in
304304
* that file.<br>
305-
* This method leaves the stream open for further calls of {@link #parseNext(int)}.
305+
* This method leaves the stream open for further calls of {@link #parse(InputStream, int)} (same function) or {@link #parseNext(int)}.
306306
*
307307
* @see #parseNext(int)
308308
* @param inStream the stream to parse

0 commit comments

Comments
 (0)