forgot a file

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3132 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-04-07 20:51:13 +00:00
parent 9ca8e345fc
commit e55f27b3b1
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ public class VariantEval2Walker extends RodWalker<Integer, Integer> {
}
public void onTraversalDone(Integer result) {
ReportMarshaller marshaller = VE2ReportFactory.getTemplate(out,reportType,createExtraOutputTags());
ReportMarshaller marshaller = VE2ReportFactory.createMarhsaller(out,reportType,createExtraOutputTags());
for ( String evalName : variantEvaluationNames ) {
for ( EvaluationContext group : contexts ) {
VariantEvaluator eval = getEvalByName(evalName, group.evaluations);