Skip to content

Commit 77237f3

Browse files
committed
Fix the doc
1 parent f69b182 commit 77237f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmtf

biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmtf/MmtfActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static void writeToFile(Structure structure, Path path) throws IOExceptio
5252
/**
5353
* Write a Structure object to an {@link OutputStream}
5454
* @param structure the Structure to write
55-
* @param the {@link OutputStream} to write to
55+
* @param outputStream the {@link OutputStream} to write to
5656
* @throws IOException an error transferring the byte[]
5757
*/
5858
public void writeToOutputStream(Structure structure, OutputStream outputStream) throws IOException{

0 commit comments

Comments
 (0)