Skip to content

Commit

Permalink
Made Problem Serializable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed Apr 26, 2018
1 parent e7830aa commit 113b9cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/no/fint/event/model/Problem.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import lombok.Data;

import java.io.Serializable;

@Data
public class Problem {
public class Problem implements Serializable {
/**
* The name of the field the problem relates to. Either a simple name or a JSON Path to the field.
*/
Expand Down

0 comments on commit 113b9cd

Please sign in to comment.