Update UuidIdentifiedEntity.java
This commit is contained in:
parent
b97f548bb5
commit
4b992c4763
|
@ -7,7 +7,7 @@ import org.springframework.data.annotation.Id;
|
|||
public abstract class UuidIdentifiedEntity {
|
||||
|
||||
@Id
|
||||
private UUID id;
|
||||
protected UUID id;
|
||||
|
||||
public UUID getId() {
|
||||
return id;
|
||||
|
|
Loading…
Reference in New Issue