diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-11-15 21:48:20 +0200 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-11-15 21:49:59 +0200 |
commit | eff2052b4a77690b4e2e67c8a5b438457657c99f (patch) | |
tree | 7ea3d56bb0c7ad3b6855abdb380fb20ca9d54469 /src/main | |
parent | eec8ab503c1b61ad51676ac037a5d612cd146d0e (diff) |
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 <steven.blimkie@amdocs.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/org/openecomp/crud/service/AaiResourceService.java | 10 |
1 files changed, 5 insertions, 5 deletions
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;
|