(final AbilityCategory aCategory, final BigDecimal anAmount)
| 7484 | } |
| 7485 | |
| 7486 | public final void setUserPoolBonus(final AbilityCategory aCategory, final BigDecimal anAmount) |
| 7487 | { |
| 7488 | if (theUserPoolBonuses == null) |
| 7489 | { |
| 7490 | theUserPoolBonuses = new HashMap<>(); |
| 7491 | } |
| 7492 | theUserPoolBonuses.put(aCategory, anAmount); |
| 7493 | } |
| 7494 | |
| 7495 | public double getUserPoolBonus(final AbilityCategory aCategory) |
| 7496 | { |
no test coverage detected