add documentation to the mapping service TELSDN-568: #close
[lispflowmapping.git] / mappingservice / implementation / src / main / java / org / opendaylight / lispflowmapping / implementation / dao / ClusterDAOService.java
index 8dece75e57a475632e4a351fbfe5765bc10f362f..aa4b07617e2d35543f22c308c59eff926bdc4a33 100644 (file)
@@ -198,12 +198,4 @@ public class ClusterDAOService implements ILispDAO, IQueryAll {
         this.timeUnit = timeUnit;
     }
 
-    public int getCleanInterval() {
-        return cleanInterval;
-    }
-
-    public void setCleanInterval(int cleanInterval) {
-        this.cleanInterval = cleanInterval;
-    }
-
 }