remove trailing spaces

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/44e8fc47
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/44e8fc47
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/44e8fc47

Branch: refs/heads/master
Commit: 44e8fc47db0798200adaed344f2e9ec6b10fd174
Parents: 4ade140
Author: Pierre-Luc Dion <[email protected]>
Authored: Sun Sep 21 20:16:25 2014 -0400
Committer: Pierre-Luc Dion <[email protected]>
Committed: Sun Sep 21 20:16:25 2014 -0400

----------------------------------------------------------------------
 .../api/command/user/resource/ListResourceLimitsCmd.java  | 10 +++++-----
 .../api/command/user/resource/UpdateResourceLimitCmd.java |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/44e8fc47/api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java
----------------------------------------------------------------------
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 c21dbe8..14d1d55 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. ")

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/44e8fc47/api/src/org/apache/cloudstack/api/command/user/resource/UpdateResourceLimitCmd.java
----------------------------------------------------------------------
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 bccec89..b88ab38 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. ")

Reply via email to