From e72d1123e8a0d6020fa7aac06c2e0ba7e58402fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Walter?= <juergen.walter@uni-wuerzburg.de>
Date: Mon, 23 Jan 2017 14:29:34 +0100
Subject: [PATCH] fix of previous commits II

---
 .../descartes/pmx/filter/PerformanceModelFilterAppender.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools.descartes.pmx/src/tools/descartes/pmx/filter/PerformanceModelFilterAppender.java b/tools.descartes.pmx/src/tools/descartes/pmx/filter/PerformanceModelFilterAppender.java
index 95b84507..7be68558 100644
--- a/tools.descartes.pmx/src/tools/descartes/pmx/filter/PerformanceModelFilterAppender.java
+++ b/tools.descartes.pmx/src/tools/descartes/pmx/filter/PerformanceModelFilterAppender.java
@@ -59,7 +59,6 @@ import tools.descartes.pmx.filter.controlflow.CallNodeDecorator;
 import tools.descartes.pmx.filter.resourcedemands.CPUFilter;
 import tools.descartes.pmx.filter.resourcedemands.ResourceDemandFilter;
 import tools.descartes.pmx.filter.util.FilterPortTuple;
-import unused.AbstractResourceDemandFilter;
 
 public class PerformanceModelFilterAppender {
 	private static final Logger log = Logger.getLogger(PerformanceModelFilterAppender.class);
@@ -258,7 +257,7 @@ public class PerformanceModelFilterAppender {
 
 		// resource demands filter
 		final Configuration resourceDemandFilterConfiguration = new Configuration();
-		resourceDemandFilterConfiguration.setProperty(AbstractResourceDemandFilter.CONFIG_PROPERTY_NAME_OUTPUT_FN,
+		resourceDemandFilterConfiguration.setProperty(ResourceDemandFilter.CONFIG_PROPERTY_NAME_OUTPUT_FN,
 				resultPath + File.separator + "resourcedemands");
 		(new File(resultPath + File.separator + "resourcedemands" + File.separator)).mkdirs();
 
-- 
GitLab