From eff2052b4a77690b4e2e67c8a5b438457657c99f Mon Sep 17 00:00:00 2001 From: sblimkie Date: Wed, 15 Nov 2017 21:48:20 +0200 Subject: Gizmo to use the new edge rule label format Some unit tests still used the old style label and they needed to be fixed. IssueID: AAI-465 Change-Id: I6d669c93d00c32dacf3ed923c28a110fd6f4630d Signed-off-by: sblimkie --- .../java/org/openecomp/crud/service/AaiResourceService.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/java') diff --git a/src/main/java/org/openecomp/crud/service/AaiResourceService.java b/src/main/java/org/openecomp/crud/service/AaiResourceService.java index b8ac158..9c6565a 100644 --- a/src/main/java/org/openecomp/crud/service/AaiResourceService.java +++ b/src/main/java/org/openecomp/crud/service/AaiResourceService.java @@ -46,11 +46,11 @@ import javax.ws.rs.core.Response; import javax.ws.rs.core.UriInfo; import javax.ws.rs.core.Response.Status; -import org.openecomp.aai.exceptions.AAIException; -import org.openecomp.aai.serialization.db.EdgeProperty; -import org.openecomp.aai.serialization.db.EdgeRule; -import org.openecomp.aai.serialization.db.EdgeRules; -import org.openecomp.aai.serialization.db.EdgeType; +import org.onap.aai.exceptions.AAIException; +import org.onap.aai.serialization.db.EdgeProperty; +import org.onap.aai.serialization.db.EdgeRule; +import org.onap.aai.serialization.db.EdgeRules; +import org.onap.aai.serialization.db.EdgeType; import org.openecomp.auth.Auth; import org.openecomp.cl.api.Logger; import org.openecomp.cl.eelf.LoggerFactory; -- cgit 1.2.3-korg