Skip to content

Commit

Permalink
Sonar Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Rich committed Feb 28, 2018
1 parent 73e120d commit 8796c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package uk.gov.justice.framework.tools.entity;

import java.io.Serializable;
import java.util.UUID;

import javax.persistence.Column;
Expand All @@ -9,7 +10,7 @@

@Entity
@Table(name = "document")
public class Document {
public class Document implements Serializable{

@Id
@Column(name = "document_id")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import uk.gov.justice.framework.tools.entity.Document;
import uk.gov.justice.framework.tools.entity.Test;
import uk.gov.justice.framework.tools.repository.TestViewstoreRepository;
import uk.gov.justice.services.core.annotation.Component;
import uk.gov.justice.services.core.annotation.Handles;
import uk.gov.justice.services.core.annotation.ServiceComponent;
import uk.gov.justice.services.messaging.JsonEnvelope;
Expand Down

0 comments on commit 8796c23

Please sign in to comment.