Add new revision for pcep types model
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / TlvParser.java
index f3a1f452c6a87d9e916f6ffe938077b1ec60cd12..0f4c9a751f4c585a461501f9d67d620c89678a6a 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 TlvParser {
     Tlv parseTlv(final ByteBuf buffer) throws PCEPDeserializerException;