Skip to content

Commit

Permalink
CCMSPUI-530 Checkstyle fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Briggs <jamie.briggs@digital.justice.gov.uk>
  • Loading branch information
Jamie Briggs committed Feb 13, 2025
1 parent 2b3374b commit 2a0a9d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public Page<NotificationInfo> findAll(final long providerId,
assignedToUserId, clientSurname, feeEarnerId, includeClosed,
notificationType, assignedDateFrom, assignedDateTo)
+
getSortSql(pageable) +
getSortSql(pageable)
+
"""
OFFSET :offset ROWS FETCH NEXT :size ROWS ONLY
""";
Expand Down

0 comments on commit 2a0a9d5

Please sign in to comment.