git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4607 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2010-11-01 20:38:02 +00:00
parent 0e6dd38936
commit 2ac5e55130
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
try {
fw = new FileWriter("results.list");
} catch (IOException e) {
throw new StingException("O/O error: Failed to create results.list file");
throw new StingException("I/O error: Failed to create results.list file");
}
nwayWriters = new HashMap<SAMReaderID,SAMFileWriter>();