summaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@att.com>2017-08-16 10:43:43 -0400
committerMaharajh, Robby (rx2202) <rx2202@att.com>2017-08-16 10:58:58 -0400
commitbb87ed1b5fcfb5393f2ab240fc429d497d6ffb6a (patch)
tree8671c88f8a42169677f41425b342a8c612ded3e3 /aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java
parent8336d5e1b0c466ea5f1ca8aa01fc9d01ed91a059 (diff)
[AAI-178 Amsterdam] Make Edge Properties to be
declared by direction Change-Id: I8eacd870980c558e8c1f92b72f73c6f86aabc890 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
Diffstat (limited to 'aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java')
-rw-r--r--aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java b/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java
index 327bbacc..5429d999 100644
--- a/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java
+++ b/aai-core/src/main/java/org/openecomp/aai/introspection/Wanderer.java
@@ -20,10 +20,10 @@
package org.openecomp.aai.introspection;
-import java.util.List;
-
import org.openecomp.aai.exceptions.AAIException;
+import java.util.List;
+
public interface Wanderer {
/**