From e799219ffc2a20c7e9c26c22e962b5c97838f1bb Mon Sep 17 00:00:00 2001 From: Mat Allen Date: Tue, 7 Aug 2018 13:45:22 -0500 Subject: [PATCH] oddity where ose isn't pulling the latest code, so trying to force it with another commit --- .../java/com/redhat/gps/pathfinder/web/api/CustomerAPIImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/redhat/gps/pathfinder/web/api/CustomerAPIImpl.java b/src/main/java/com/redhat/gps/pathfinder/web/api/CustomerAPIImpl.java index 13c859f..84bf9e7 100644 --- a/src/main/java/com/redhat/gps/pathfinder/web/api/CustomerAPIImpl.java +++ b/src/main/java/com/redhat/gps/pathfinder/web/api/CustomerAPIImpl.java @@ -365,7 +365,6 @@ public ResponseEntity> customersCustIdMembersGet(@ApiParam(valu return new ResponseEntity<>(result, HttpStatus.OK); } - // Create Member // POST: /api/pathfinder/customers/{customerId}/members/ public ResponseEntity customersCustIdMembersPost(@ApiParam(value = "Customer Identifier",required=true ) @PathVariable("custId") String custId,@ApiParam(value = "Member Details" ) @Valid @RequestBody MemberType body) {