mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-10 14:11:58 +00:00
Update repository/src/main/java/org/alfresco/repo/audit/AuditRecordReporterImpl.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -27,9 +27,15 @@ package org.alfresco.repo.audit;
|
|||||||
|
|
||||||
public class AuditRecordReporterImpl implements AuditRecordReporter
|
public class AuditRecordReporterImpl implements AuditRecordReporter
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* This method intentionally has an empty implementation.
|
||||||
|
* <p>
|
||||||
|
* This class provides a no-op implementation of {@link AuditRecordReporter}.
|
||||||
|
* Implement this method if audit record reporting is required in the future.
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void reportAuditRecord(AuditRecord auditRecord)
|
public void reportAuditRecord(AuditRecord auditRecord)
|
||||||
{
|
{
|
||||||
// empty implementation
|
// No operation performed.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user