Promote MessageRegistry to pcep-api
[bgpcep.git] / pcep / base-parser / src / main / java / org / opendaylight / protocol / pcep / parser / subobject / EROPathKey128SubobjectParser.java
index db11074f7db785576e268a4780d4681bda7006a2..ee4adf4cf6f6868034f1d408f222859b12628e08 100644 (file)
@@ -8,8 +8,8 @@
 package org.opendaylight.protocol.pcep.parser.subobject;
 
 import io.netty.buffer.ByteBuf;
+import org.opendaylight.protocol.pcep.PCEPDeserializerException;
 import org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser;
-import org.opendaylight.protocol.pcep.spi.PCEPDeserializerException;
 import org.opendaylight.protocol.util.ByteArray;
 
 public final class EROPathKey128SubobjectParser extends AbstractEROPathKeySubobjectParser {