Fixed isAuditEnabled through stack

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16279 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-09-15 14:41:43 +00:00
parent cd7aff5703
commit 29733d3755
3 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ public interface AuditComponent
void deleteAuditEntries(String applicationName, Long fromTime, Long toTime);
/**
* Check if an audit path is disabled. The path will be disabled if it or any higher
* Check if an audit path is enabled. The path will be disabled if it or any higher
* path has been explicitly disabled. Any disabled path will not be processed when
* data is audited.
*
@@ -106,7 +106,7 @@ public interface AuditComponent
*
* @since 3.2
*/
boolean isAuditPathDisabled(String applicationName, String path);
boolean isAuditPathEnabled(String applicationName, String path);
/**
* Enable auditing (if it is not already enabled) for all paths that contain the given path.