# Ignite-593 Fix compilation.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d49c0d3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d49c0d3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d49c0d3d Branch: refs/heads/ignite-sprint-3 Commit: d49c0d3d3c41bfcc3acf99a5f342272152f7f4b6 Parents: f7cfc36 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Mon Apr 6 23:23:29 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Mon Apr 6 23:23:29 2015 +0700 ---------------------------------------------------------------------- .../processors/query/h2/twostep/GridReduceQueryExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d49c0d3d/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java index 02c7c55..984e2c0 100644 --- a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java +++ b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java @@ -47,7 +47,7 @@ import org.h2.value.*; import org.jsr166.*; import javax.cache.*; -import java.lang.reflect.*; +import java.lang.reflect.Constructor; import java.sql.*; import java.util.*; import java.util.concurrent.*;