Skip to content

Commit

Permalink
Merge branch 'main' into issues/29-add-record-state
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Dec 8, 2023
2 parents e6cdb6f + 2807546 commit af7a2d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/cz/cvut/kbss/study/model/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class User implements HasDerivableUri, Serializable {
@OWLDataProperty(iri = Vocabulary.s_p_created)
private Date dateCreated;

@ParticipationConstraints(nonEmpty = true)
@OWLObjectProperty(iri = Vocabulary.s_p_is_member_of, fetch = FetchType.EAGER)
private Institution institution;

Expand Down

0 comments on commit af7a2d4

Please sign in to comment.