Now that getSampleDB is public in the walker base class this override in VariantAnnotator isn't necessary.

This commit is contained in:
Ryan Poplin 2011-12-18 14:38:59 -05:00
parent 76bd13a1ed
commit 953998dcd0
2 changed files with 3 additions and 8 deletions

View File

@ -194,11 +194,6 @@ public class VariantAnnotator extends RodWalker<Integer, Integer> implements Ann
System.exit(0); System.exit(0);
} }
@Override
public SampleDB getSampleDB() {
return super.getSampleDB();
}
/** /**
* Prepare the output file and the list of available features. * Prepare the output file and the list of available features.
*/ */