ResponseEntity resourceThatNeedsAnotherResource()

in another-for-test/src/main/java/org/apache/fineract/cn/permittedfeignclient/another/service/AnotherRestController.java [43:46]


  ResponseEntity<Void> resourceThatNeedsAnotherResource() {
    fooWasPosted = true;
    return ResponseEntity.ok().build();
  }