diff --git a/source/java/org/alfresco/repo/node/getchildren/GetChildrenCannedQueryParams.java b/source/java/org/alfresco/repo/node/getchildren/GetChildrenCannedQueryParams.java index 802cb717ed..4d47520f01 100644 --- a/source/java/org/alfresco/repo/node/getchildren/GetChildrenCannedQueryParams.java +++ b/source/java/org/alfresco/repo/node/getchildren/GetChildrenCannedQueryParams.java @@ -39,7 +39,11 @@ public class GetChildrenCannedQueryParams private List filterProps = Collections.emptyList(); private String pattern = null; - public GetChildrenCannedQueryParams(NodeRef parentRef, Set childTypeQNames, List filterProps, String pattern) + public GetChildrenCannedQueryParams( + NodeRef parentRef, + Set childTypeQNames, + List filterProps, + String pattern) { this.parentRef = parentRef;