RM-4249 - workaround : replaced maxEntries with a positive value

(cherry picked from commit 4b76fb838f)
This commit is contained in:
Ana Bozianu
2016-10-14 18:41:00 +03:00
committed by Tom Page
parent bcc462cab3
commit 59c6fcca39

View File

@@ -31,7 +31,7 @@ import org.alfresco.service.namespace.QName;
*/
public final class RecordsManagementAuditQueryParameters
{
private int maxEntries = -1;
private int maxEntries = Integer.MAX_VALUE;
private String user;
private NodeRef nodeRef;
private Date dateFrom;