Skip to content

Commit 5d1dc1b

Browse files
committed
fixing a warning, by closing InputStream
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9893 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 6345a8d commit 5d1dc1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

biojava3-core/src/main/java/org/biojava3/core/util/UncompressInputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,5 +481,6 @@ public static void main(String args[]) throws Exception {
481481
long end = System.currentTimeMillis();
482482
System.err.println("Decompressed " + tot + " bytes");
483483
System.err.println("Time: " + (end - beg) / 1000. + " seconds");
484+
in.close();
484485
}
485486
}

0 commit comments

Comments
 (0)