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
|
* @since 3.5.0
|
||||||
*/
|
*/
|
||||||
@ManyToOne
|
@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;
|
private TermCodeSystemVersion myCodeSystemVersion;
|
||||||
|
|
||||||
public String getLanguage() {
|
public String getLanguage() {
|
||||||
|
|
Loading…
Reference in New Issue