Searched refs:maxVotes (Results 1 – 1 of 1) sorted by relevance
357 final int maxVotes = info.getLevel().getVotes(); // max votes available for user in add() local359 withVotes = maxVotes; // use max (default) in add()361 withVotes = Math.min(withVotes, maxVotes); // override to lower vote count in add()