Make PlatformUser abstract
This commit is contained in:
parent
c0658a1bec
commit
95c96e5a5f
@ -9,7 +9,7 @@ import javax.persistence.MappedSuperclass;
|
||||
import java.io.Serializable;
|
||||
|
||||
@MappedSuperclass
|
||||
public class PlatformUser implements IPlatformUser, Serializable {
|
||||
public abstract class PlatformUser implements IPlatformUser, Serializable {
|
||||
@Id @GeneratedValue
|
||||
protected Long id;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user