BUG-47 : switched subobjects to generated source code.
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / LabelParser.java
index 8ecd17107283e07225788ddd77c99d9001fa8aef..1c8ce5a2810615aa53d2f6eb7ebdf31efb956e67 100644 (file)
@@ -8,8 +8,8 @@
 package org.opendaylight.protocol.pcep.spi;
 
 import org.opendaylight.protocol.pcep.PCEPDeserializerException;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.CLabel;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev130820.label.subobject.LabelType;
 
 public interface LabelParser {
-       public CLabel parseLabel(final byte[] buffer) throws PCEPDeserializerException;
+       public LabelType parseLabel(final byte[] buffer) throws PCEPDeserializerException;
 }