Merge "resolved sonar issue in VduArtifact.java"
authorByung-Woo Jun <byung-woo.jun@ericsson.com>
Tue, 4 Sep 2018 11:54:13 +0000 (11:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 4 Sep 2018 11:54:13 +0000 (11:54 +0000)
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;