fixed sonar issue in DeleteNetworkRequest.java 79/64279/1
authorSandeep J <sandeejh@in.ibm.com>
Mon, 3 Sep 2018 14:09:39 +0000 (19:39 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Mon, 3 Sep 2018 14:09:45 +0000 (19:39 +0530)
fixed sonar issue detailed in SO-958

Issue-ID: SO-958
Change-Id: I4c25995c702165cd7c737d22b1c26bc4442cd490
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-adapters-rest-interface/src/main/java/org/onap/so/adapters/nwrest/DeleteNetworkRequest.java

index f069bf2..7c3669d 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -45,7 +47,9 @@ public class DeleteNetworkRequest extends NetworkRequestCommon {
        private String modelCustomizationUuid;
        private MsoRequest msoRequest = new MsoRequest();
 
-       public DeleteNetworkRequest() {}
+       public DeleteNetworkRequest() {
+               //empty default constructor
+       }
 
        public String getCloudSiteId() {
                return cloudSiteId;