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

(cherry picked from commit 995448081e)
This commit is contained in:
Ana Bozianu
2016-10-14 18:41:00 +03:00
committed by Tom Page
parent ed69ffe7ed
commit 5200597182

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;