diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-06-04 18:17:48 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-06-04 18:17:48 +0200 |
commit | 0c8d4b60217c4d2b85476b951d37fdf1465bc05a (patch) | |
tree | bf3258feb4039792991bbbd817bd05af07cde2ea /l3 | |
parent | e2746559f42636e667513024c85c9a6a20de0634 (diff) |
remove interface-state from aclModule
Change-Id: I8b962a9337aab99f0e484fbf6f9d7a7f5f093cd7
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'l3')
-rw-r--r-- | l3/impl/src/test/java/L3ModulesTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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) |