Merge "Remove unused exception"
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / nokia / vnfm / DriverProperties.java
index dfa674b..d510ba2 100644 (file)
@@ -29,7 +29,7 @@ import java.util.Objects;
 public class DriverProperties {
     public static final String BASE_SUFFIX = "/" + SelfRegistrationManager.SERVICE_NAME + "/v1";
     public static final String BASE_URL = "/api" + BASE_SUFFIX;
-    public static final String LCN_PATH = "/lcn";
+    public static final String LCN_URL = "/lcn";
 
     @Value("${cbamCatalogUrl}")
     private String cbamCatalogUrl;
@@ -90,6 +90,8 @@ public class DriverProperties {
     }
 
     @Override
+    //generated code. This is the recommended way to formulate equals
+    @SuppressWarnings({"squid:S00122", "squid:S1067"})
     public boolean equals(Object o) {
         if (this == o) return true;
         if (o == null || getClass() != o.getClass()) return false;