mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
Bug 4894: added doPermissionCheckForGetFile method to
DummyFileStorageService
This commit is contained in:
+6
@@ -5,6 +5,8 @@ import java.io.InputStream;
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
|
||||
import org.apache.shiro.authz.UnauthorizedException;
|
||||
|
||||
import com.sap.sse.filestorage.FileStorageService;
|
||||
import com.sap.sse.filestorage.InvalidPropertiesException;
|
||||
import com.sap.sse.filestorage.OperationFailedException;
|
||||
@@ -42,4 +44,8 @@ public class DummyFileStorageService extends BaseFileStorageServiceImpl implemen
|
||||
public void testProperties() throws InvalidPropertiesException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doPermissionCheckForGetFile(URI uri) throws UnauthorizedException {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user