File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/de/codescape/jira/plugins/scrumpoker/action Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ category: Administration
1717* chore: simplify code in health check
1818* docs: fix typo in FAQ documentation
1919* docs: prepare changelog for 2026 development
20+ * chore: fix typo in javadoc
2021
2122[ Unreleased ] : https://github.com/codescape/jira-scrum-poker/compare/25.12.1...HEAD
2223
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ public boolean isDisplayCommentsForIssue() {
127127 }
128128
129129 /**
130- * All comments for that issue the currently logged in user may see.
130+ * All comments for that issue the currently logged- in user may see.
131131 */
132132 public List <Comment > getComments () {
133133 List <Comment > comments = commentManager .getCommentsForUser (getIssue (), jiraAuthenticationContext .getLoggedInUser ());
You can’t perform that action at this time.
0 commit comments