Merge "Additional imports fix."
authorRobert Varga <rovarga@cisco.com>
Thu, 17 Oct 2013 08:43:27 +0000 (08:43 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 17 Oct 2013 08:43:27 +0000 (08:43 +0000)
1  2 
pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/object/PCEPNoPathObjectParser.java

index 66102e1ef9b96fb425c08f1d04bb35d0042b81f9,4df08ec18a4140e0133e929aecd1eb93849df257..19355b75e57e60ab817210da253792b8266f0e9f
@@@ -12,11 -12,11 +12,11 @@@ import java.util.BitSet
  import org.opendaylight.protocol.pcep.PCEPDeserializerException;
  import org.opendaylight.protocol.pcep.PCEPDocumentedException;
  import org.opendaylight.protocol.pcep.impl.Util;
 -import org.opendaylight.protocol.pcep.spi.AbstractObjectWithTlvsParser;
 +import org.opendaylight.protocol.pcep.impl.message.AbstractObjectWithTlvsParser;
  import org.opendaylight.protocol.pcep.spi.TlvHandlerRegistry;
  import org.opendaylight.protocol.util.ByteArray;
- import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.pcrep.pcrep.message.replies.result.failure.NoPath;
- import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev131007.pcrep.pcrep.message.replies.result.failure.no.path.Tlvs;
+ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure.NoPath;
+ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure.no.path.Tlvs;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.NoPathObject;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Object;
  import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.ObjectHeader;