aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java
diff options
context:
space:
mode:
authorShadi Haidar <sh1986@att.com>2018-09-14 17:22:14 -0400
committerShadi Haidar <sh1986@att.com>2018-09-14 17:23:12 -0400
commitf8426d18257c33fa8a0267e4f96f7e53bb4a82ee (patch)
tree78aee264bca03560e43e03ccd2e65dabfef8b44c /src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java
parent4a81073bb3ce0e873bcf38853e66f8ae4150da67 (diff)
Address warnings
Change-Id: I953b71d130c78bb20cf602e101021e29b538088e Issue-ID: DCAEGEN2-605 Signed-off-by: Shadi Haidar <sh1986@att.com>
Diffstat (limited to 'src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java')
-rw-r--r--src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java b/src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java
index cb81131..1d80059 100644
--- a/src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java
+++ b/src/test/java/org/onap/dcae/inventory/dbthings/models/DCAEServiceComponentObjectTests.java
@@ -20,13 +20,14 @@
package org.onap.dcae.inventory.dbthings.models;
-import io.swagger.model.DCAEServiceComponentRequest;
-import org.junit.Test;
-
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNotSame;
+import org.junit.Test;
+
+import io.swagger.model.DCAEServiceComponentRequest;
+
/**
* Created by mhwang on 9/27/17.
*/