listPortForwardingRules: fix typo in doc Signed-off-by: Rohit Yadav <[email protected]>
This closes #248 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e8f8e0e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e8f8e0e3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e8f8e0e3 Branch: refs/heads/CLOUDSTACK-8301 Commit: e8f8e0e3f23732559a2664b3b9573be8ef76f479 Parents: 7451f13 Author: Rene Moser <[email protected]> Authored: Wed May 13 01:13:00 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Wed May 13 15:43:53 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/e8f8e0e3/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;
