From 0c8d4b60217c4d2b85476b951d37fdf1465bc05a Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 4 Jun 2019 18:17:48 +0200 Subject: remove interface-state from aclModule Change-Id: I8b962a9337aab99f0e484fbf6f9d7a7f5f093cd7 Signed-off-by: Michal Cmarada --- l3/impl/src/test/java/L3ModulesTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l3/impl/src') diff --git a/l3/impl/src/test/java/L3ModulesTest.java b/l3/impl/src/test/java/L3ModulesTest.java index f1e30f115..af12f15d5 100644 --- a/l3/impl/src/test/java/L3ModulesTest.java +++ b/l3/impl/src/test/java/L3ModulesTest.java @@ -70,7 +70,7 @@ public class L3ModulesTest { public void setUp() { initMocks(this); interfaceContext = new NamingContext("iface", "iface-context"); - // InterfaceL3Module adds readers under InterfacesState + // InterfaceL3Module adds readers under Interfaces // because readers for parents need to be present (are part of V3poModule) // add structural readers here (better than maven dependency). Guice.createInjector(binder -> Multibinder.newSetBinder(binder, ReaderFactory.class) -- cgit 1.2.3-korg