mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
remove unneeded decl
This commit is contained in:
@@ -11,7 +11,6 @@ import java.net.URI;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import javax.servlet.ServletContext;
|
|
||||||
import javax.ws.rs.GET;
|
import javax.ws.rs.GET;
|
||||||
import javax.ws.rs.Path;
|
import javax.ws.rs.Path;
|
||||||
import javax.ws.rs.PathParam;
|
import javax.ws.rs.PathParam;
|
||||||
@@ -39,8 +38,6 @@ import org.dspace.services.factory.DSpaceServicesFactory;
|
|||||||
public class RestReports {
|
public class RestReports {
|
||||||
private static Logger log = Logger.getLogger(RestReports.class);
|
private static Logger log = Logger.getLogger(RestReports.class);
|
||||||
|
|
||||||
@javax.ws.rs.core.Context public static ServletContext servletContext;
|
|
||||||
|
|
||||||
protected ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
|
protected ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
|
||||||
public static final String REST_RPT_URL = "rest.report-url.";
|
public static final String REST_RPT_URL = "rest.report-url.";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user