Promote MessageRegistry to pcep-api
[bgpcep.git] / pcep / base-parser / src / main / java / org / opendaylight / protocol / pcep / parser / subobject / EROPathKey32SubobjectParser.java
index fda2a5736aacbd30ba71705a0fb974cdf0b860ba..5c208603085bdd430791d19940a349fabeb4b730 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 EROPathKey32SubobjectParser extends AbstractEROPathKeySubobjectParser {