583584585586587588589
/** * Returns the distributed vote manager */ protected AbstractVoteManager createDistributedVoteManager() { return new SingleVoteManager(this); }