Add the "@Override" annotation above this method signature
[vid.git] / vid-app-common / src / main / java / org / onap / vid / model / CategoryParameterOption.java
index 70f7b5a..219b489 100644 (file)
@@ -55,6 +55,7 @@ public class CategoryParameterOption extends DomainVo {
     @Id
     @GeneratedValue(strategy = GenerationType.IDENTITY)
     @Column(name = "CATEGORY_OPT_DB_ID")
+    @Override
     public Long getId() {
         return id;
     }