X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fopenflowj_netty%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Futil%2FIProducer.java;fp=third-party%2Fopenflowj_netty%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Futil%2FIProducer.java;h=0000000000000000000000000000000000000000;hb=64fe0fbca1a6c2b77ad25f568d73a7eb64236d16;hp=52ae79a52b5dc47af63f71d0aceeb3ee26105727;hpb=8b9a3ff2bbc83941254b46b818cbbae5cc1a3a5b;p=openflowjava.git diff --git a/third-party/openflowj_netty/src/main/java/org/openflow/util/IProducer.java b/third-party/openflowj_netty/src/main/java/org/openflow/util/IProducer.java deleted file mode 100644 index 52ae79a5..00000000 --- a/third-party/openflowj_netty/src/main/java/org/openflow/util/IProducer.java +++ /dev/null @@ -1,9 +0,0 @@ -package org.openflow.util; - -public interface IProducer { - - public void registerConsumer(Class iface, Object anObj); - - public void deregisterConsumer(Class iface, Object anObj); - -}