[TL-249] Javadoc and other small fixes

Including stripping $Revision$ from filter javadoc.
This commit is contained in:
Kim Shepherd
2023-02-08 17:03:13 +13:00
parent 555363e9b7
commit c4af5f2bff
23 changed files with 24 additions and 30 deletions

View File

@@ -67,8 +67,8 @@ public class InstallItemServiceImpl implements InstallItemService {
AuthorizeException {
Item item = is.getItem();
Collection collection = is.getCollection();
// Get map of filters to use for identifier types
Map<Class<? extends Identifier>, Filter> filters = FilterUtils.getIdentifierFilters("install");
// Get map of filters to use for identifier types.
Map<Class<? extends Identifier>, Filter> filters = FilterUtils.getIdentifierFilters(false);
try {
if (suppliedHandle == null) {
// Register with the filters we've set up