mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Reading localized license file.
This commit is contained in:
@@ -173,6 +173,9 @@ public class LicenseServiceImpl implements LicenseService {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtaining current request context
|
||||
*/
|
||||
private Context obtainContext() {
|
||||
Request currentRequest = DSpaceServicesFactory.getInstance().getRequestService().getCurrentRequest();
|
||||
if (currentRequest != null) {
|
||||
|
Reference in New Issue
Block a user