Skip to content

Commit

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

private static final long serialVersionUID = -4752264501803395937L;
private static final long serialVersionUID = 3494615323781500165L;

/**
* The unique id associated with the task execution.
Expand Down Expand Up @@ -81,7 +81,7 @@ public class UnexpectedTaskExecutionException extends UnexpectedJobExecutionExce
/**
* The arguments that were used for this task execution.
*/
private List<String> arguments;
private ArrayList<String> arguments;

/**
* Constructs an UnexpectedTaskExecutionException with the specified
Expand Down

0 comments on commit b09abbb

Please sign in to comment.