Change visibility to private
This commit is contained in:
parent
f639e25392
commit
ea62b14596
@ -12,10 +12,10 @@ import java.util.Objects;
|
||||
@Embeddable
|
||||
public class EmploymentKey implements IEmploymentKey, Serializable {
|
||||
@ManyToOne(targetEntity = Driver.class)
|
||||
IDriver driver;
|
||||
private IDriver driver;
|
||||
|
||||
@ManyToOne(targetEntity = Organization.class)
|
||||
IOrganization organization;
|
||||
private IOrganization organization;
|
||||
|
||||
public EmploymentKey() {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user