Skip to content

Commit

Permalink
fix: serialVersionUID for utee
Browse files Browse the repository at this point in the history
  • Loading branch information
klopfdreh committed Jul 17, 2023
1 parent 20b065d commit a77690f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
*/
public class UnexpectedTaskExecutionException extends UnexpectedJobExecutionException {

private static final long serialVersionUID = -4752264501803395937L;

/**
* The unique id associated with the task execution.
*/
Expand Down

0 comments on commit a77690f

Please sign in to comment.