Skip to content

Commit

Permalink
Merge branch 'dev/BE' into BE/feature/issue-create
Browse files Browse the repository at this point in the history
  • Loading branch information
kimnayeon0108 committed Jun 11, 2021
2 parents 1dc300a + 890188f commit f4a3a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@RequestMapping("/api/issues")
public class IssueController {

private IssueService issueService;
private final IssueService issueService;

public IssueController(IssueService issueService) {
this.issueService = issueService;
Expand Down

0 comments on commit f4a3a4d

Please sign in to comment.