Skip to content

Commit

Permalink
Fix accidental commit
Browse files Browse the repository at this point in the history
Co-authored-by: Miroslav Blaško <[email protected]>
  • Loading branch information
ledsoft and blcham authored Dec 5, 2023
1 parent 8840b5c commit 66bc367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ public class User implements HasDerivableUri, Serializable {
@OWLDataProperty(iri = Vocabulary.s_p_created)
private Date dateCreated;

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

Expand Down

0 comments on commit 66bc367

Please sign in to comment.