Skip to content

Commit

Permalink
added serialVersionUID to serializable classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jul 18, 2024
1 parent 34ff9bf commit 3c1a347
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
@XmlAccessorType(XmlAccessType.NONE)
@XmlSeeAlso(DefaultMetadataField.class)
public abstract class MetadataFieldBase<T,D extends DescriptionBase> implements Serializable, Message<T> {

private static final long serialVersionUID = -5902264162414621612L;

public abstract String getFieldName();

public abstract void setFieldName(String fieldName);
Expand Down

0 comments on commit 3c1a347

Please sign in to comment.