Skip to content

Commit e0a244b

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b4f719 commit e0a244b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/snapshot/CopySnapshotCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class CopySnapshotCmd extends BaseAsyncCmd implements UserCmd {
100100
@Parameter (name = ApiConstants.USE_STORAGE_REPLICATION,
101101
type=CommandType.BOOLEAN,
102102
since = "4.21.0",
103-
description = "Enables the snapshot to be copied to the supported primary storages when the config 'use.storage.replication' set to true for the storage or globally. " +
103+
description = "Enables the snapshot to be copied to the supported primary storages when the config 'use.storage.replication' is set to true for the storage or globally. " +
104104
"This is supported only for StorPool storage for now.")
105105
protected Boolean useStorageReplication;
106106

api/src/main/java/org/apache/cloudstack/api/command/user/snapshot/CreateSnapshotCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class CreateSnapshotCmd extends BaseAsyncCreateCmd {
114114

115115
@Parameter (name = ApiConstants.USE_STORAGE_REPLICATION,
116116
type=CommandType.BOOLEAN,
117-
description = "Enables the snapshot to be copied to the supported primary storages when the config 'use.storage.replication' set to true for the storage or globally. " +
117+
description = "Enables the snapshot to be copied to the supported primary storages when the config 'use.storage.replication' is set to true for the storage or globally. " +
118118
"This is supported only for StorPool storage for now.")
119119
protected Boolean useStorageReplication;
120120

api/src/main/java/org/apache/cloudstack/api/command/user/snapshot/CreateSnapshotPolicyCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public class CreateSnapshotPolicyCmd extends BaseCmd {
9797
@Parameter (name = ApiConstants.USE_STORAGE_REPLICATION,
9898
type=CommandType.BOOLEAN,
9999
since = "4.21.0",
100-
description = "Enables the snapshot to be copied to the supported primary storages when the config 'use.storage.replication' set to true for the storage or globally. " +
100+
description = "Enables the snapshot to be copied to the supported primary storages when the config 'use.storage.replication' is set to true for the storage or globally. " +
101101
"This is supported only for StorPool storage for now.")
102102
protected Boolean useStorageReplication;
103103
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)