SUPPORT-9339: Fix
This commit is contained in:
parent
a4336807cb
commit
0bd01d3f30
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public class StubAuditService implements AuditService {
|
|||
String status, String eventType) {}
|
||||
|
||||
@Override
|
||||
public void processUploadEvent(UploadOrgInfo uploadOrgInfo, FileInfo fileInfo) {}
|
||||
public void processUploadEvent(UploadOrgInfo uploadOrgInfo, FileInfo[] filesInfo) {}
|
||||
|
||||
@Override
|
||||
public void processDownloadEvent(HttpServletRequest request, long fileSize, String fileName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue