Skip to content

Commit

Permalink
tekstikappale fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal authored and nkala committed Apr 7, 2020
1 parent e06cc31 commit 1d3966d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ public class TekstiKappale extends PerusteenOsa implements Serializable {
@Audited(targetAuditMode = RelationTargetAuditMode.NOT_AUDITED)
private Koodi osaamisala;

@ManyToOne(cascade = {CascadeType.MERGE, CascadeType.PERSIST})
@Getter
@Setter
@Audited(targetAuditMode = RelationTargetAuditMode.NOT_AUDITED)
private Koodi tutkinnonosa;

@Getter
@Setter
@Audited(targetAuditMode = RelationTargetAuditMode.NOT_AUDITED)
Expand Down

0 comments on commit 1d3966d

Please sign in to comment.