Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sboikov committed Mar 10, 2015
1 parent 1b54b7f commit ff40a19
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -115,8 +115,8 @@ public GridCacheDhtPreloadDisabledSelfTest() {
* @param i Grid index. * @param i Grid index.
* @return Topology. * @return Topology.
*/ */
private GridClientPartitionTopology topology(int i) { private GridDhtPartitionTopology topology(int i) {
return (GridClientPartitionTopology)near(grid(i).jcache(null)).dht().topology(); return near(grid(i).jcache(null)).dht().topology();
} }


/** @throws Exception If failed. */ /** @throws Exception If failed. */
Expand Down

0 comments on commit ff40a19

Please sign in to comment.