DaanHoogland commented on code in PR #10216:
URL: https://github.com/apache/cloudstack/pull/10216#discussion_r1922417819
##########
server/src/main/java/com/cloud/api/query/QueryManagerImpl.java:
##########
@@ -5626,17 +5626,15 @@ private Pair<List<SnapshotJoinVO>, Integer>
searchForSnapshotsWithParams(final L
Integer count = snapshotDataPair.second();
if (count == 0) {
- // empty result
return snapshotDataPair;
}
List<SnapshotJoinVO> snapshotData = snapshotDataPair.first();
List<SnapshotJoinVO> snapshots;
- if (isShowUnique) {
+ if (isShowUnique) {c69ad926e2
Review Comment:
c&p error?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]