1 package civitas.common.electoralroll;
2
3 import civitas.common.CommonConstants;
4
5 public class GetMetaForElectoralRollCapabilityShares implements CommonConstants {
6 public String apply(final int tellerIndex, final int voterBlock) {
7 return ELECTORAL_ROLL_CAPABILITY_SHARES_META + ":teller:" + tellerIndex + ":voterBlock:" + voterBlock;
8 }
9 }