add a missing import
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f5b19f16 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f5b19f16 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f5b19f16 Branch: refs/heads/omid Commit: f5b19f16d44f315cbd8003718168231adcdde5fe Parents: 34e2d36 Author: Ohad Shacham <[email protected]> Authored: Tue Apr 25 12:00:13 2017 +0300 Committer: Ohad Shacham <[email protected]> Committed: Tue Apr 25 12:00:13 2017 +0300 ---------------------------------------------------------------------- phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/f5b19f16/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java b/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java index f1cf7df..78c510b 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java @@ -43,6 +43,7 @@ import org.apache.phoenix.jdbc.PhoenixDatabaseMetaData; import org.apache.phoenix.query.QueryConstants; import org.apache.phoenix.query.QueryServicesOptions; import org.apache.phoenix.schema.PTableKey; +import org.apache.phoenix.transaction.PhoenixTransactionContext; import org.apache.phoenix.util.PropertiesUtil; import org.apache.phoenix.util.StringUtil; import org.apache.phoenix.util.TestUtil;
