Skip to content

Commit

Permalink
Merge pull request #3136 from balcirakpeter/o365ModuleFix
Browse files Browse the repository at this point in the history
member attr o365EmailAddresses_mu fix
  • Loading branch information
licehammer authored and zlamalp committed Mar 25, 2021
1 parent d6f03f1 commit 517259e
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ else if (!(value instanceof ArrayList)) {
}
}

@Override
public void checkAttributeSemantics(PerunSessionImpl sess, Member member, Attribute attribute) throws WrongReferenceAttributeValueException, WrongAttributeAssignmentException {
log.trace("checkAttributeSemantics(member={},attribute={})", member, attribute);

//get values
if (attribute.getValue() == null) {
throw new WrongReferenceAttributeValueException(attribute, "can't be null.");
}

//No need to check duplicities, attribute is unique
}

@Override
public AttributeDefinition getAttributeDefinition() {
AttributeDefinition attr = new AttributeDefinition();
Expand Down

0 comments on commit 517259e

Please sign in to comment.