You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/05/13 15:44:21 UTC

git commit: updated refs/heads/4.5 to fd97705

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 b90e8f96b -> fd97705f8


listPortForwardingRules: fix typo in doc

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

This closes #248

(cherry picked from commit e8f8e0e3f23732559a2664b3b9573be8ef76f479)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.5
Commit: fd97705f836673f8b39fec1e0a17fce2ebc20a65
Parents: b90e8f9
Author: Rene Moser <re...@apache.org>
Authored: Wed May 13 01:13:00 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed May 13 15:44:13 2015 +0200

----------------------------------------------------------------------
 .../api/command/user/firewall/ListPortForwardingRulesCmd.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fd97705f/api/src/org/apache/cloudstack/api/command/user/firewall/ListPortForwardingRulesCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/firewall/ListPortForwardingRulesCmd.java b/api/src/org/apache/cloudstack/api/command/user/firewall/ListPortForwardingRulesCmd.java
index cde2563..5d44815 100644
--- a/api/src/org/apache/cloudstack/api/command/user/firewall/ListPortForwardingRulesCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/firewall/ListPortForwardingRulesCmd.java
@@ -57,7 +57,7 @@ public class ListPortForwardingRulesCmd extends BaseListTaggedResourcesCmd {
     @Parameter(name = ApiConstants.NETWORK_ID,
                type = CommandType.UUID,
                entityType = NetworkResponse.class,
-               description = "list port forwarding rules for ceratin network",
+               description = "list port forwarding rules for certain network",
                since = "4.3")
     private Long networkId;