abh1sar commented on code in PR #10140:
URL: https://github.com/apache/cloudstack/pull/10140#discussion_r2037023156
##########
plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/veeam/VeeamClient.java:
##########
@@ -834,10 +794,11 @@ private Backup.RestorePoint
getRestorePointFromBlock(String[] parts) {
type = split[1].trim();
}
}
- return new Backup.RestorePoint(id, created, type);
+ Backup.Metric metric = metricsMap.get(id);
Review Comment:
ideally not, but I'll add handling for npe.
--
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]