Reading localized license file.

This commit is contained in:
damian
2023-07-21 12:02:12 +02:00
committed by Tim Donohue
parent 093785e5e2
commit b21b5e0096

View File

@@ -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) {