Skip to content

Commit

Permalink
Set a static serial ID for serialization/deserialization (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Mar 19, 2023
1 parent 6ac22a0 commit d18ae95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ This file is part of Universal Gcode Sender (UGS).

public class JogAction extends AbstractAction implements ContinuousAction {

private static final long serialVersionUID = -1048901852885046351L;

private static ContinuousJogWorker continuousJogWorker;

private transient JogService js;
Expand Down

0 comments on commit d18ae95

Please sign in to comment.