From 44e8fc47db0798200adaed344f2e9ec6b10fd174 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Dion Date: Sun, 21 Sep 2014 20:16:25 -0400 Subject: [PATCH] remove trailing spaces --- .../command/user/resource/ListResourceLimitsCmd.java | 10 +++++----- .../command/user/resource/UpdateResourceLimitCmd.java | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java b/api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java index c21dbe82aa6..14d1d55ff8b 100644 --- a/api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java @@ -44,15 +44,15 @@ public class ListResourceLimitsCmd extends BaseListProjectAndAccountResourcesCmd private Long id; @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. " - + "0 - Instance. Number of instances a user can create. " + + "0 - Instance. Number of instances a user can create. " + "1 - IP. Number of public IP addresses an account can own. " - + "2 - Volume. Number of disk volumes an account can own. " + + "2 - Volume. Number of disk volumes an account can own. " + "3 - Snapshot. Number of snapshots an account can own. " - + "4 - Template. Number of templates an account can register/create. " + + "4 - Template. Number of templates an account can register/create. " + "5 - Project. Number of projects an account can own. " - + "6 - Network. Number of networks an account can own. " + + "6 - Network. Number of networks an account can own. " + "7 - VPC. Number of VPC an account can own. " - + "8 - CPU. Number of CPU an account can allocate for his resources. " + + "8 - CPU. Number of CPU an account can allocate for his resources. " + "9 - Memory. Amount of RAM an account can allocate for his resources. " + "10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. " + "11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. ") diff --git a/api/src/org/apache/cloudstack/api/command/user/resource/UpdateResourceLimitCmd.java b/api/src/org/apache/cloudstack/api/command/user/resource/UpdateResourceLimitCmd.java index bccec89792e..b88ab383f2c 100644 --- a/api/src/org/apache/cloudstack/api/command/user/resource/UpdateResourceLimitCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/resource/UpdateResourceLimitCmd.java @@ -61,13 +61,13 @@ public class UpdateResourceLimitCmd extends BaseCmd { required = true, description = "Type of resource to update. Values are 0, 1, 2, 3, 4, 6, 7, 8, 9, 10 and 11. " + "0 - Instance. Number of instances a user can create. " - + "1 - IP. Number of public IP addresses a user can own. " + + "1 - IP. Number of public IP addresses a user can own. " + "2 - Volume. Number of disk volumes a user can create. " - + "3 - Snapshot. Number of snapshots a user can create. " + + "3 - Snapshot. Number of snapshots a user can create. " + "4 - Template. Number of templates that a user can register/create. " - + "6 - Network. Number of guest network a user can create. " + + "6 - Network. Number of guest network a user can create. " + "7 - VPC. Number of VPC a user can create. " - + "8 - CPU. Total number of CPU cores a user can use. " + + "8 - CPU. Total number of CPU cores a user can use. " + "9 - Memory. Total Memory (in MB) a user can use. " + "10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. " + "11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. ")