Skip to content

Commit

Permalink
Use correct name for the transition action handler name in toString
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 5, 2024
1 parent 50b7a2a commit 2433f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ protected Optional<String> statusToTransition(String from, String to, Supplier<O

@Override
public String toString() {
return "JiraAssigneeActionEventHandler[" + "event=" + event + ", project=" + context.projectName() + ']';
return "JiraTransitionActionEventHandler[" + "event=" + event + ", project=" + context.projectName() + ']';
}
}

0 comments on commit 2433f23

Please sign in to comment.