This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git

commit a9aeb1b9aa1f3ff8f35cf3193cae04050f14c8af
Author: kengneruphine <[email protected]>
AuthorDate: Fri Jul 6 11:53:37 2018 +0100

    changing name from updateGroupDefinition to updateDefinition
---
 .../apache/fineract/cn/group/rest/GroupDefinitionRestController.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
 
b/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
index 6bd9ecb..f520273 100644
--- 
a/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
+++ 
b/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
@@ -121,7 +121,7 @@ public class GroupDefinitionRestController {
   )
   public
   @ResponseBody
-  ResponseEntity<Void> updateGroupDefinition(@PathVariable("identifier") final 
String identifier, @RequestBody final GroupDefinition groupDefinition) {
+  ResponseEntity<Void> updateDefinition(@PathVariable("identifier") final 
String identifier, @RequestBody final GroupDefinition groupDefinition) {
     if (this.groupDefinitionService.groupDefinitionExists(identifier)) {
       this.commandGateway.process(new UpdateGroupDefinitionCommand(identifier, 
groupDefinition));
     } else {

Reply via email to