Promote MessageRegistry to pcep-api
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / PCEPHandlerFactory.java
index 3fe350d62fc1433318c36f95c487ea64e08b80ab..f98fc00bd40d14d7e0bdb3f6ef7b340c7bca2779 100644 (file)
@@ -11,7 +11,7 @@ import static java.util.Objects.requireNonNull;
 
 import io.netty.channel.ChannelHandler;
 import io.netty.channel.ChannelOutboundHandler;
-import org.opendaylight.protocol.pcep.spi.MessageRegistry;
+import org.opendaylight.protocol.pcep.MessageRegistry;
 
 /**
  * PCEP specific factory for protocol inbound/outbound handlers.