Promote MessageRegistry to pcep-api
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol / pcep / impl / PcepRROSubobjectParserTest.java
index 2289d6a2b48f873af66ec99b390e82a5d82c060d..fa85152e0d4b11514ffe001eaf2e613c4ca6c0c2 100644 (file)
@@ -14,6 +14,7 @@ import static org.junit.Assert.fail;
 import io.netty.buffer.ByteBuf;
 import io.netty.buffer.Unpooled;
 import org.junit.Test;
+import org.opendaylight.protocol.pcep.PCEPDeserializerException;
 import org.opendaylight.protocol.pcep.parser.BaseParserExtensionActivator;
 import org.opendaylight.protocol.pcep.parser.subobject.RROIpv4PrefixSubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser;
@@ -21,7 +22,6 @@ import org.opendaylight.protocol.pcep.parser.subobject.RROLabelSubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.RROPathKey128SubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.RROPathKey32SubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.RROUnnumberedInterfaceSubobjectParser;
-import org.opendaylight.protocol.pcep.spi.PCEPDeserializerException;
 import org.opendaylight.protocol.pcep.spi.pojo.SimplePCEPExtensionProviderContext;
 import org.opendaylight.protocol.util.ByteArray;
 import org.opendaylight.protocol.util.Ipv6Util;