(final Integer power, final Integer toughness, final long timestamp, final long staticId)
| 4411 | } |
| 4412 | |
| 4413 | public final void addNewPT(final Integer power, final Integer toughness, final long timestamp, final long staticId) { |
| 4414 | addNewPT(power, toughness, timestamp, staticId, false, true); |
| 4415 | } |
| 4416 | public final void addNewPT(final Integer power, final Integer toughness, final long timestamp, final long staticId, final boolean cda, final boolean updateView) { |
| 4417 | (cda ? newPTCharacterDefining : newPT).put(timestamp, staticId, Pair.of(power, toughness)); |
| 4418 | if (updateView) { |
no test coverage detected