Skip to content

Commit 843b593

Browse files
committed
Added @ankitsmt211 changes
1 parent 934aacb commit 843b593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/github/GitHubReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ MessageEmbed generateReply(GHIssue issue) throws UncheckedIOException {
186186
}
187187

188188
/**
189-
* Returns the state of the issue/PR
189+
* Returns the color based on the state of the issue/PR
190190
*/
191191
private Color getIssueStateColor(GHIssue issue) throws IOException {
192192
if (issue instanceof GHPullRequest pr) {

0 commit comments

Comments
 (0)