Skip to content

Commit

Permalink
CDR-1387 Make sonar happy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlehn committed May 17, 2024
1 parent 2eb17f2 commit 3f4b3c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private static AqlQuery buildAqlQuery(AqlQueryRequest aqlQueryRequest) {
}
aqlQuery.setOffset(offset);
}
;

// sanity check - In AQL there is no offset without limit.
if (aqlQuery.getOffset() != null && aqlQuery.getLimit() == null) {
Expand Down

0 comments on commit 3f4b3c2

Please sign in to comment.