again for JIRA GSA-320

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3319 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-05-07 03:47:58 +00:00
parent ac9b32db88
commit 06ea65e60b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class VCFUtils {
for ( ReferenceOrderedDataSource source : toolkit.getRodDataSources() ) {
RMDTrack rod = source.getReferenceOrderedData();
if ( rod.getType().equals(VCFRecord.class) ) {
if ( rod.getType().equals(VCFCodec.class) ) {
vcfs.add(rod);
}
}