Skip to content
Snippets Groups Projects
Commit ceb2d527 authored by Sascha Steinbiss's avatar Sascha Steinbiss
Browse files

Merge pull request #218 from afif-elghraoui/master

override abstract method close() in CRAMReferenceSequenceFile
parents 5e84ff39 e37493a4
No related branches found
No related tags found
No related merge requests found
......@@ -107,5 +107,8 @@ import uk.ac.sanger.artemis.util.OutOfRangeException;
public void reset()
{
}
}
\ No newline at end of file
public void close()
{
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment