Skip to content
Snippets Groups Projects
Commit 86fe7965 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3787 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 9c13c2b3
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ public class RemoteFileDocument extends Document
final InputStream file_input_stream =
new ProgressInputStream(new ByteArrayInputStream(bytes),
getProgressListeners());;
getProgressListeners());
if(getName().endsWith(".gz"))
return new WorkingGZIPInputStream(file_input_stream);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment