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:
parent
9ca8e345fc
commit
e55f27b3b1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue