Merge pull request #810 from ashwinswaroop/feature_x This is the fix for the JIRA issue CLOUDSTACK-8817.This is my first contribution to Apache CloudStack. The return values for endpoint and startpoint have now been changed to Integer instead of String. Please let me know if this is the only change that is required or if there are additional files which will be impacted by this change which require modification also.
* pr/810: CLOUDSTACK-8817: listFirewallRules response JSON startport/endport not an int This is the fix for the JIRA issue CLOUDSTACK-8817. The return values for endpoint and startpoint are now Integer instead of String. Signed-off-by: Wido den Hollander <w...@widodh.nl> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/120e1cc9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/120e1cc9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/120e1cc9 Branch: refs/heads/master Commit: 120e1cc934815ad9a58c4b5e89f5222251114bb3 Parents: ff1ce07 221624d Author: Wido den Hollander <w...@widodh.nl> Authored: Sun Sep 13 22:24:00 2015 +0200 Committer: Wido den Hollander <w...@widodh.nl> Committed: Sun Sep 13 22:24:00 2015 +0200 ---------------------------------------------------------------------- .../org/apache/cloudstack/api/response/FirewallResponse.java | 8 ++++---- server/src/com/cloud/api/ApiResponseHelper.java | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) ----------------------------------------------------------------------