Skip to content

Commit 20418f0

Browse files
committed
Misc updates
1 parent 0aa58da commit 20418f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/hibernate/infra/replicate/jira/service/jira/handler/JiraCommentUpsertEventHandler.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@ public String toString() {
7171
return "JiraCommentUpsertEventHandler[" + "issueId=" + issueId + ", objectId=" + objectId + ", project="
7272
+ context.projectName() + ']';
7373
}
74+
75+
@Override
76+
public String toString() {
77+
return "JiraCommentUpsertEventHandler[" + "issueId=" + issueId + ", objectId=" + objectId + ", project="
78+
+ context.projectName() + ']';
79+
}
7480
}

0 commit comments

Comments
 (0)