commit | f8251b9843d97b31692a80dc5a975204cfaa9f29 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Wed Apr 08 16:25:54 2015 +0200 |
committer | Edwin Kempin <edwin.kempin@gmail.com> | Thu Apr 09 07:45:31 2015 +0000 |
tree | fc4ab189f2502da80a0a9879bc90342469a2979f | |
parent | 4c38901f67e0f3358284f3b713a9280c19964a8c [diff] |
Remove duplicate code to add group members Adding group members is implemented in the AddMembers REST endpoint and there is no need for the CreateGroup REST endpoint to implement the same functionality again. Refactor the code in AddMembers so that it can be reused from CreateGroup. Change-Id: I79bfb06ebdd2da225d9667c68fc716d84f611563 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>