Appends to the ACTypeRemoveMap. @param ACType @param controls
(final String ACType, Collection<ACControl> controls)
| 719 | * @param controls |
| 720 | */ |
| 721 | @Deprecated |
| 722 | public void addACRemoves(final String ACType, Collection<ACControl> controls) |
| 723 | { |
| 724 | ACTypeRemoveMap.addAllToListFor(ACType, controls); |
| 725 | } |
| 726 | |
| 727 | /** |
| 728 | * Appends to the ACTypeAddMap. |