Repository: stratos Updated Branches: refs/heads/master 11af15c4a -> 58bea52be
Fixing minor json syntax issue in samples Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/58bea52b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/58bea52b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/58bea52b Branch: refs/heads/master Commit: 58bea52be814269416f70391fef50859aa5ae0a1 Parents: 11af15c Author: lasinducharith <[email protected]> Authored: Fri Jun 19 19:40:27 2015 +0530 Committer: lasinducharith <[email protected]> Committed: Fri Jun 19 19:40:27 2015 +0530 ---------------------------------------------------------------------- samples/application-policies/application-policy-4.json | 2 +- samples/application-policies/application-policy-5.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/58bea52b/samples/application-policies/application-policy-4.json ---------------------------------------------------------------------- diff --git a/samples/application-policies/application-policy-4.json b/samples/application-policies/application-policy-4.json index eb9002f..d77d8b9 100644 --- a/samples/application-policies/application-policy-4.json +++ b/samples/application-policies/application-policy-4.json @@ -15,6 +15,6 @@ { "name": "key-2", "value": "value-2" - }, + } ] } http://git-wip-us.apache.org/repos/asf/stratos/blob/58bea52b/samples/application-policies/application-policy-5.json ---------------------------------------------------------------------- diff --git a/samples/application-policies/application-policy-5.json b/samples/application-policies/application-policy-5.json index cb564ae..4824904 100644 --- a/samples/application-policies/application-policy-5.json +++ b/samples/application-policies/application-policy-5.json @@ -13,6 +13,6 @@ { "name": "key-2", "value": "value-2" - }, + } ] }
