mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
[TL-249] Javadoc and other small fixes
Including stripping $Revision$ from filter javadoc.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user