mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Audit DAO
- Audit config (alf_audit_cfg) now uses CRC check and persists via ContentService and alf_content_data - Reverted 3.3 references back to 3.2 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,7 +44,7 @@ import org.apache.commons.logging.LogFactory;
|
||||
* or will be references to data in other tables.
|
||||
*
|
||||
* @author Derek Hulley
|
||||
* @since 3.3
|
||||
* @since 3.2
|
||||
*/
|
||||
public class PropertyValueEntity
|
||||
{
|
||||
@@ -65,7 +65,7 @@ public class PropertyValueEntity
|
||||
* and should not be used in public interfaces.
|
||||
*
|
||||
* @author Derek Hulley
|
||||
* @since 3.3
|
||||
* @since 3.2
|
||||
*/
|
||||
public static enum PersistedType
|
||||
{
|
||||
|
Reference in New Issue
Block a user