878889909192939495969798
.path(rootResourcePath) .path(TaskRestService.PATH) .path(taskId + "/comment/" + comment.getId()) .build(); CommentDto resultDto = CommentDto.fromComment(comment); // GET / resultDto.addReflexiveLink(uri, HttpMethod.GET, "self"); return resultDto; }