Fix typo.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3369 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-05-17 21:04:00 +00:00
parent ebd0fabf86
commit 73e2e32837
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ public class GenomeAnalysisEngine {
else
throw new StingException("The GATK cannot currently process unindexed BAM files");
return new (shardType);
return new MonolithicShardStrategy(shardType);
}
ShardStrategy shardStrategy = null;