Rename package in EosCommonApi
[mdsal.git] / entityownership / mdsal-eos-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / clustering / EntityOwnershipCandidateRegistration.java
index dedd6cf172b0e3d61e5224e0e115f1c2dc2d021a..c9b3fef61ac9b2b7a549fd93ddc670ca223fc5e2 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.mdsal.binding.api.clustering;
 
 import com.google.common.annotations.Beta;
-import org.opendaylight.mdsal.common.api.clustering.GenericEntityOwnershipCandidateRegistration;
+import org.opendaylight.mdsal.eos.common.api.GenericEntityOwnershipCandidateRegistration;
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 
 /**