Sonar fix: CreateVfModuleRequest.java 32/91732/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 19 Jul 2019 10:11:10 +0000 (15:41 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Fri, 19 Jul 2019 10:11:41 +0000 (15:41 +0530)
Fixed sonar issues across this file

Issue-ID: SO-2135
Change-Id: I77071a51c7bda9e9eb44dbedab2b17576b69d608
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
adapters/mso-adapters-rest-interface/src/main/java/org/onap/so/adapters/vnfrest/CreateVfModuleRequest.java

index fb8fb2e..6f24e60 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP - SO
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright (C) 2019 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +26,6 @@ import java.util.HashMap;
 import java.util.Map;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 import org.onap.so.entity.MsoRequest;