samanwita pal

ONOS-2197 Enabling Cofiguration Services to be used in DHCP App.

Change-Id: I259d253c647253abf6046a60ee1f13f34c08acd1
...@@ -27,7 +27,7 @@ import java.util.Set; ...@@ -27,7 +27,7 @@ import java.util.Set;
27 * treated. 27 * treated.
28 */ 28 */
29 @Beta 29 @Beta
30 -public interface NetworkConfigRegistry { 30 +public interface NetworkConfigRegistry extends NetworkConfigService {
31 31
32 /** 32 /**
33 * Registers the specified configuration factory. 33 * Registers the specified configuration factory.
......