From 111d8a97c5c49e33b0166d9c4b56ac7be5c2b63d Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 23 Dec 2013 18:42:57 +0100 Subject: [PATCH] [Major] refactored Element maps for better handling Now they are not components, now there is an ElementMapHandler which is the component and the OrderMap and ResourceMap can be retrieved from the ElementMapHandler --- src/main/java/li/strolch/testbase/runtime/RuntimeMock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/li/strolch/testbase/runtime/RuntimeMock.java b/src/main/java/li/strolch/testbase/runtime/RuntimeMock.java index e63f2b4e9..33798e6f7 100644 --- a/src/main/java/li/strolch/testbase/runtime/RuntimeMock.java +++ b/src/main/java/li/strolch/testbase/runtime/RuntimeMock.java @@ -18,8 +18,8 @@ package li.strolch.testbase.runtime; import java.io.File; import java.text.MessageFormat; +import li.strolch.runtime.agent.ComponentContainer; import li.strolch.runtime.agent.StrolchAgent; -import li.strolch.runtime.component.ComponentContainer; import li.strolch.runtime.configuration.RuntimeConfiguration; import li.strolch.runtime.privilege.StrolchPrivilegeHandler;