Prepare the YANG models for RESTCONF
[lispflowmapping.git] / mappingservice / api / src / main / java / org / opendaylight / lispflowmapping / interfaces / dao / MappingServiceRLOCGroup.java
index ae1ac6c5dca2a4313c18dfa5bd40f5d67050ea43..438e867b8ec67930a5ed6727025335f930a09c2e 100644 (file)
@@ -11,8 +11,8 @@ import java.util.ArrayList;
 import java.util.Date;
 import java.util.List;
 
-import org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.eidtolocatorrecords.EidToLocatorRecord.Action;
-import org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.locatorrecords.LocatorRecord;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.control.plane.rev150314.EidToLocatorRecord.Action;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.control.plane.rev150314.locatorrecords.LocatorRecord;
 
 /**
  * A RLOC in the mapping service with it's properties.
@@ -113,11 +113,6 @@ public class MappingServiceRLOCGroup {
                 return false;
         } else if (!records.equals(other.records))
             return false;
-        if (registerdDate == null) {
-            if (other.registerdDate != null)
-                return false;
-        } else if (!registerdDate.equals(other.registerdDate))
-            return false;
         if (ttl != other.ttl)
             return false;
         return true;