Fix extra space

This commit is contained in:
nvazquez 2020-04-04 11:38:12 -03:00
parent 9847b84104
commit e4bef7b643
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public class DefaultSnapshotStrategy extends SnapshotStrategyBase {
if (snapshotVO != null && snapshotVO.getState() == Snapshot.State.Destroyed) {
deletedOnPrimary = deleteSnapshotOnPrimary(snapshotId, snapshotOnPrimaryInfo);
} else {
// This is to handle snapshots which are created only on primary when snapshot.backup.to.secondary is set to false.
// This is to handle snapshots which are created only on primary when snapshot.backup.to.secondary is set to false.
SnapshotObject obj = (SnapshotObject) snapshotOnPrimaryInfo;
try {
obj.processEvent(Snapshot.Event.DestroyRequested);