Fixed minor typo in output message.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1806 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-10-09 18:56:54 +00:00
parent 62c484b57a
commit da084357db
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class SAMFileWriterArgumentTypeDescriptor extends ArgumentTypeDescriptor
public Object parse( ArgumentSource source, Class type, ArgumentMatches matches ) {
String writerFileName = getArgumentValue( createBAMArgumentDefinition(source), matches );
if( writerFileName == null )
throw new StingException("SAM file compression was supplied, but not associated writer was supplied with it.");
throw new StingException("SAM file compression was supplied, but no associated writer was supplied with it.");
SAMFileWriterStub stub = new SAMFileWriterStub(engine, new File(writerFileName));