fixed sonar issue in DeleteTenantRequest.java 07/64707/1
authorSandeep J <sandeejh@in.ibm.com>
Wed, 5 Sep 2018 11:56:51 +0000 (17:26 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Wed, 5 Sep 2018 11:57:02 +0000 (17:27 +0530)
fixed sonar issue as detailed in SO-979

Issue-ID: SO-979
Change-Id: I4c0aa6380e734088ba6fb68414d4391f9b6d6344
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-adapters-rest-interface/src/main/java/org/onap/so/adapters/tenantrest/DeleteTenantRequest.java

index a39b716..b2d521b 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Modifications Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
  * 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
@@ -34,7 +36,9 @@ public class DeleteTenantRequest extends TenantRequestCommon {
 
        private MsoRequest msoRequest = new MsoRequest();
 
-       public DeleteTenantRequest() {}
+       public DeleteTenantRequest() {
+               //empty constructor
+       }
        
        public String getCloudSiteId() {
                return cloudSiteId;