no effective code change - fixed warnings about serialization, override, raw-types (#1032)

This commit is contained in:
Roland Praml
2017-06-23 19:33:03 +12:00
committed by Rob Bygrave
parent 989ae44a6d
commit 0413c22e6e
34 changed files with 59 additions and 12 deletions
@@ -4,10 +4,12 @@ import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Version;
import java.io.Serializable;
import java.util.UUID;
@Entity
public class OEngine {
public class OEngine implements Serializable {
private static final long serialVersionUID = 1L;