Skip to content
Snippets Groups Projects
Commit f32e3380 authored by srosse's avatar srosse
Browse files

no-jira: make Boolean right

parent ddb1f709
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ public class CurriculumElementMembershipChange extends Event { ...@@ -120,7 +120,7 @@ public class CurriculumElementMembershipChange extends Event {
|| (getCoach() != null && getCoach().booleanValue()) || (getCoach() != null && getCoach().booleanValue())
|| (getMasterCoach() != null && getMasterCoach().booleanValue()) || (getMasterCoach() != null && getMasterCoach().booleanValue())
|| (getCurriculumElementOwner() != null && getCurriculumElementOwner().booleanValue()) || (getCurriculumElementOwner() != null && getCurriculumElementOwner().booleanValue())
|| (getRepositoryEntryOwner() != null || this.getRepositoryEntryOwner().booleanValue()); || (getRepositoryEntryOwner() != null && getRepositoryEntryOwner().booleanValue());
} }
public int numOfSegments() { public int numOfSegments() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment