Add new revision for pcep types model
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / TlvRegistry.java
index 31bdc4fa2e4d8f1285029d87c9784dd9e336a0e9..aaf071202205ccf6da10ce8a5979de9f0a48ab5d 100644 (file)
@@ -9,7 +9,7 @@ package org.opendaylight.protocol.pcep.spi;
 
 import io.netty.buffer.ByteBuf;
 
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Tlv;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Tlv;
 
 public interface TlvRegistry {
     Tlv parseTlv(final int type, final ByteBuf buffer) throws PCEPDeserializerException;