(CNAbilitySelection cnas, Object owner, Object location)
| 9698 | } |
| 9699 | |
| 9700 | public void addSavedAbility(CNAbilitySelection cnas, Object owner, Object location) |
| 9701 | { |
| 9702 | svAbilityFacet.add(id, cnas); |
| 9703 | addAbility(cnas, owner, location); |
| 9704 | } |
| 9705 | |
| 9706 | public void addAbility(CNAbilitySelection cnas, @SuppressWarnings("UnusedParameters") final Object owner, |
| 9707 | Object location) |
no test coverage detected