mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Removed unused property.
This commit is contained in:
@@ -10,8 +10,6 @@ package org.dspace.app.iiif;
|
||||
import java.util.UUID;
|
||||
|
||||
import org.dspace.core.Context;
|
||||
import org.dspace.services.RequestService;
|
||||
import org.dspace.utils.DSpace;
|
||||
import org.dspace.web.ContextUtil;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
@@ -37,8 +35,6 @@ public class IIIFController {
|
||||
@Autowired
|
||||
IIIFServiceFacade iiifFacade;
|
||||
|
||||
protected RequestService requestService = new DSpace().getRequestService();
|
||||
|
||||
/**
|
||||
* The manifest response contains sufficient information for the client to initialize
|
||||
* itself and begin to display something quickly to the user. The manifest resource
|
||||
|
Reference in New Issue
Block a user