Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / java / org / onap / vid / model / NameCounter.java
index aae39e4..29f5e30 100644 (file)
@@ -18,7 +18,7 @@ public class NameCounter {
 
     public NameCounter(String name) {
         this.name = name;
-        this.counter = 1;
+        this.counter = 0;
     }
 
     @Id