mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4249 - workaround : replaced maxEntries with a positive value
(cherry picked from commit 995448081e
)
This commit is contained in:
@@ -42,7 +42,7 @@ import org.alfresco.service.namespace.QName;
|
||||
@AlfrescoPublicApi
|
||||
public final class RecordsManagementAuditQueryParameters
|
||||
{
|
||||
private int maxEntries = -1;
|
||||
private int maxEntries = Integer.MAX_VALUE;
|
||||
private String user;
|
||||
private NodeRef nodeRef;
|
||||
private Date dateFrom;
|
||||
|
Reference in New Issue
Block a user