Skip to content

Commit 666c1d7

Browse files
committed
updated todo
1 parent 477a81d commit 666c1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/tamu/app/controller/ProjectController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ApiResponse getById(@PathVariable Long id) throws JsonParseException, Jso
3737
return projectService.getById(id);
3838
}
3939

40-
// TODO: refactor the following method to operate from a Feature Proposal
40+
// TODO: the following method needs to create FeatureRequest from a FeatureProposal
4141

4242
@RequestMapping("/feature")
4343
@PreAuthorize("hasRole('SERVICE_MANAGER')")

0 commit comments

Comments
 (0)