Skip to content

Commit

Permalink
Increase serial version uid
Browse files Browse the repository at this point in the history
  • Loading branch information
Enes Özel committed Nov 29, 2019
1 parent 7af218c commit d89015c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@
@XmlAccessorType( XmlAccessType.FIELD )
public class ActionReplayResult implements Serializable {

private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 2L;
private static final long NO_DURATION = 0L;

@XmlAttribute
Expand Down

0 comments on commit d89015c

Please sign in to comment.