BUG-64 : reformat TlvRegistry, to skip using getType method.
[bgpcep.git] / pcep / ietf-stateful02 / src / main / java / org / opendaylight / protocol / pcep / ietf / stateful02 / Stateful02OpenObjectParser.java
index aa56c5837be98cbb4c47489c3dc3785812bc5028..25342434865d1e194122b6c8e0150754ab1c4c6d 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.protocol.pcep.ietf.stateful02;
 
 import org.opendaylight.protocol.pcep.impl.object.PCEPOpenObjectParser;
-import org.opendaylight.protocol.pcep.spi.TlvHandlerRegistry;
+import org.opendaylight.protocol.pcep.spi.TlvRegistry;
 import org.opendaylight.protocol.util.ByteArray;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.crabbe.stateful._02.rev140110.Tlvs2;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.crabbe.stateful._02.rev140110.Tlvs2Builder;
@@ -24,7 +24,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.typ
  */
 public class Stateful02OpenObjectParser extends PCEPOpenObjectParser {
 
-       public Stateful02OpenObjectParser(final TlvHandlerRegistry tlvReg) {
+       public Stateful02OpenObjectParser(final TlvRegistry tlvReg) {
                super(tlvReg);
        }