Skip to content

Commit 44e8fc4

Browse files
committed
remove trailing spaces
1 parent 4ade140 commit 44e8fc4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ public class ListResourceLimitsCmd extends BaseListProjectAndAccountResourcesCmd
4444
private Long id;
4545

4646
@Parameter(name = ApiConstants.RESOURCE_TYPE, type = CommandType.INTEGER, description = "Type of resource. Values are 0, 1, 2, 3, 4, 6, 7, 8, 9, 10 and 11. "
47-
+ "0 - Instance. Number of instances a user can create. "
47+
+ "0 - Instance. Number of instances a user can create. "
4848
+ "1 - IP. Number of public IP addresses an account can own. "
49-
+ "2 - Volume. Number of disk volumes an account can own. "
49+
+ "2 - Volume. Number of disk volumes an account can own. "
5050
+ "3 - Snapshot. Number of snapshots an account can own. "
51-
+ "4 - Template. Number of templates an account can register/create. "
51+
+ "4 - Template. Number of templates an account can register/create. "
5252
+ "5 - Project. Number of projects an account can own. "
53-
+ "6 - Network. Number of networks an account can own. "
53+
+ "6 - Network. Number of networks an account can own. "
5454
+ "7 - VPC. Number of VPC an account can own. "
55-
+ "8 - CPU. Number of CPU an account can allocate for his resources. "
55+
+ "8 - CPU. Number of CPU an account can allocate for his resources. "
5656
+ "9 - Memory. Amount of RAM an account can allocate for his resources. "
5757
+ "10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. "
5858
+ "11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. ")

api/src/org/apache/cloudstack/api/command/user/resource/UpdateResourceLimitCmd.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ public class UpdateResourceLimitCmd extends BaseCmd {
6161
required = true,
6262
description = "Type of resource to update. Values are 0, 1, 2, 3, 4, 6, 7, 8, 9, 10 and 11. "
6363
+ "0 - Instance. Number of instances a user can create. "
64-
+ "1 - IP. Number of public IP addresses a user can own. "
64+
+ "1 - IP. Number of public IP addresses a user can own. "
6565
+ "2 - Volume. Number of disk volumes a user can create. "
66-
+ "3 - Snapshot. Number of snapshots a user can create. "
66+
+ "3 - Snapshot. Number of snapshots a user can create. "
6767
+ "4 - Template. Number of templates that a user can register/create. "
68-
+ "6 - Network. Number of guest network a user can create. "
68+
+ "6 - Network. Number of guest network a user can create. "
6969
+ "7 - VPC. Number of VPC a user can create. "
70-
+ "8 - CPU. Total number of CPU cores a user can use. "
70+
+ "8 - CPU. Total number of CPU cores a user can use. "
7171
+ "9 - Memory. Total Memory (in MB) a user can use. "
7272
+ "10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. "
7373
+ "11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. ")

0 commit comments

Comments
 (0)