Fix compile issue

This commit is contained in:
James Agnew 2018-06-27 10:34:06 -04:00
parent fb2976d0d2
commit 2b992cfb3b
1 changed files with 1 additions and 1 deletions

View File

@ -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() {