mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Fix compile issue
This commit is contained in:
parent
fb2976d0d2
commit
2b992cfb3b
@ -54,7 +54,7 @@ public class TermConceptDesignation implements Serializable {
|
||||
* @since 3.5.0
|
||||
*/
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "CS_VER_PID", nullable = true, referencedColumnName = "PID", foreignKey = @ForeignKey(name = "FK_CONCEPTPROP_CSV"))
|
||||
@JoinColumn(name = "CS_VER_PID", nullable = true, referencedColumnName = "PID", foreignKey = @ForeignKey(name = "FK_CONCEPTDESIG_CSV"))
|
||||
private TermCodeSystemVersion myCodeSystemVersion;
|
||||
|
||||
public String getLanguage() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user