Add template and tosca model entities and repositories
[clamp.git] / src / main / java / org / onap / clamp / loop / log / LoopLog.java
index 0e1153a..e495988 100644 (file)
@@ -190,9 +190,7 @@ public class LoopLog implements Serializable, Comparable<LoopLog> {
         if (arg0.getId() == null) {
             return -1;
         }
-
         return arg0.getId().compareTo(this.getId());
-
     }
 
 }