Skip to content

Commit

Permalink
GEODE-8544: Making VM class start versioned VM (#5559)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhansonp committed Sep 29, 2020
1 parent b439d33 commit 3733447
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -123,7 +123,7 @@ public static VM getVM(int whichVM) {
* @param whichVM A zero-based identifier of the VM
*/
public static VM getVM(String version, int whichVM) {
return Host.getHost(0).getVM(whichVM);
return Host.getHost(0).getVM(version, whichVM);
}

/**
Expand Down

0 comments on commit 3733447

Please sign in to comment.