Skip to content

Commit

Permalink
DefectViewModel implements Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
augustd committed Jun 12, 2017
1 parent 522a1bb commit fa074ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
import org.codehaus.jackson.map.ObjectMapper;

import java.io.IOException;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

public class DefectViewModel {
public class DefectViewModel implements Serializable {

private String id; //Used for merging defect
private String summary;
Expand Down

0 comments on commit fa074ee

Please sign in to comment.