Promote MessageRegistry to pcep-api
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol / pcep / impl / PcepEROSubobjectParserTest.java
index b93ae3effb9aec17e33c9937da0021b7900f20bd..d069376132b251345e0a82caa66e1fc94eb983cd 100644 (file)
@@ -17,6 +17,7 @@ import java.util.ArrayList;
 import java.util.List;
 import org.junit.Before;
 import org.junit.Test;
+import org.opendaylight.protocol.pcep.PCEPDeserializerException;
 import org.opendaylight.protocol.pcep.parser.BaseParserExtensionActivator;
 import org.opendaylight.protocol.pcep.parser.subobject.EROAsNumberSubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.EROExplicitExclusionRouteSubobjectParser;
@@ -26,7 +27,6 @@ import org.opendaylight.protocol.pcep.parser.subobject.EROLabelSubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser;
 import org.opendaylight.protocol.pcep.parser.subobject.EROUnnumberedInterfaceSubobjectParser;
-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;