resolved sonar issue in VduArtifact.java 13/64113/2
authorSandeep J <sandeejh@in.ibm.com>
Sun, 2 Sep 2018 20:00:31 +0000 (01:30 +0530)
committerSandeep Jha <sandeejh@in.ibm.com>
Sun, 2 Sep 2018 20:19:28 +0000 (20:19 +0000)
resolved sonar issue detailed in SO-948

Issue-ID: SO-948
Change-Id: Ic7238eb53ba6a26534cb80cffe5364e6288b9b00
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-adapters-rest-interface/src/main/java/org/onap/so/adapters/vdu/VduArtifact.java

index 575853a..8701aa4 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2018 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
@@ -20,8 +22,6 @@
 
 package org.onap.so.adapters.vdu;
 
-import java.util.Arrays;
-import java.util.Objects;
 import org.apache.commons.lang3.builder.HashCodeBuilder;
 import org.apache.commons.lang3.builder.EqualsBuilder;