ATLAS-1753: added missing import in AtlasTypeDefGraphStoreTest
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/c94150e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/c94150e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/c94150e9 Branch: refs/heads/0.8-incubating Commit: c94150e92a64fafcecf38a1b4d0005b627f4816b Parents: 1f2e30f Author: Madhan Neethiraj <[email protected]> Authored: Tue May 30 12:55:05 2017 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Tue May 30 12:55:05 2017 -0700 ---------------------------------------------------------------------- .../atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c94150e9/repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java ---------------------------------------------------------------------- diff --git a/repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java b/repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java index 26d461a..1c55810 100644 --- a/repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java +++ b/repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java @@ -38,6 +38,7 @@ import org.testng.annotations.DataProvider; import org.testng.annotations.Guice; import org.testng.annotations.Test; +import java.util.Arrays; import java.util.Collections; import java.util.List; @@ -438,4 +439,4 @@ public class AtlasTypeDefGraphStoreTest { } } -} \ No newline at end of file +}
