Skip to content

Commit

Permalink
Merge pull request #554 from zinggAI/0.3.5
Browse files Browse the repository at this point in the history
added serialVersionUID
  • Loading branch information
sonalgoyal committed Mar 30, 2023
2 parents 3e49fb4 + 5e6b1fb commit 79add07
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -33,6 +33,8 @@
public class FieldDefinition implements
Serializable {

private static final long serialVersionUID = 1L;

public static final Log LOG = LogFactory.getLog(FieldDefinition.class);

@JsonDeserialize(using = MatchTypeDeserializer.class)
Expand Down

0 comments on commit 79add07

Please sign in to comment.