Skip to content

Commit bb652fd

Browse files
committed
chore: fix typo in javadoc
1 parent 648aafc commit bb652fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/main/java/de/codescape/jira/plugins/scrumpoker/action/ScrumPokerAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)