Repository: incubator-unomi Updated Branches: refs/heads/master 265aea359 -> afd7a6832
UNOMI-38: Remove coma left at end of json object Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/afd7a683 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/afd7a683 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/afd7a683 Branch: refs/heads/master Commit: afd7a683268bcd2924f0d6d025e216133ab80888 Parents: 265aea3 Author: Quentin Lamerand <[email protected]> Authored: Mon Jul 11 14:04:59 2016 +0200 Committer: Quentin Lamerand <[email protected]> Committed: Mon Jul 11 14:04:59 2016 +0200 ---------------------------------------------------------------------- .../cxs/actions/requestParameterToProfilePropertyAction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/afd7a683/plugins/request/src/main/resources/META-INF/cxs/actions/requestParameterToProfilePropertyAction.json ---------------------------------------------------------------------- diff --git a/plugins/request/src/main/resources/META-INF/cxs/actions/requestParameterToProfilePropertyAction.json b/plugins/request/src/main/resources/META-INF/cxs/actions/requestParameterToProfilePropertyAction.json index 12656da..b7eba57 100644 --- a/plugins/request/src/main/resources/META-INF/cxs/actions/requestParameterToProfilePropertyAction.json +++ b/plugins/request/src/main/resources/META-INF/cxs/actions/requestParameterToProfilePropertyAction.json @@ -18,7 +18,7 @@ { "id": "profilePropertyName", "type": "string", - "multivalued": false, + "multivalued": false }, { "id": "sessionPropertyName",
