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/model/AuditModelRegistry.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -61,14 +61,14 @@ public interface AuditModelRegistry
|
||||
/**
|
||||
* Determines whether audit values should be stored in database.
|
||||
*
|
||||
* @return @return <code>true</code> if audit is enabled.
|
||||
* @return <code>true</code> if audit is enabled.
|
||||
*/
|
||||
boolean isAuditingToDatabaseEnabled();
|
||||
|
||||
/**
|
||||
* Determines whether audit values should be stored in audit storage.
|
||||
*
|
||||
* @return @return <code>true</code> if auditing to Audit Storage is enabled.
|
||||
* @return <code>true</code> if auditing to Audit Storage is enabled.
|
||||
*
|
||||
*/
|
||||
boolean isAuditingToAuditStorageEnabled();
|
||||
|
Reference in New Issue
Block a user