# ignite-51
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ff40a19f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ff40a19f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ff40a19f Branch: refs/heads/ignite-368 Commit: ff40a19f03ccaa5e6f3f7333921aabee54d7d69f Parents: 1b54b7f Author: sboikov <sboi...@gridgain.com> Authored: Tue Mar 10 14:36:36 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Tue Mar 10 14:36:36 2015 +0300 ---------------------------------------------------------------------- .../distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ff40a19f/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java index cb62e24..b62bb0a 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java @@ -115,8 +115,8 @@ public class GridCacheDhtPreloadDisabledSelfTest extends GridCommonAbstractTest * @param i Grid index. * @return Topology. */ - private GridClientPartitionTopology topology(int i) { - return (GridClientPartitionTopology)near(grid(i).jcache(null)).dht().topology(); + private GridDhtPartitionTopology topology(int i) { + return near(grid(i).jcache(null)).dht().topology(); } /** @throws Exception If failed. */