Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
cleanup of random comments
  • Loading branch information
chasegawa committed Jul 3, 2021
1 parent 8db5ac8 commit a04be8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public class EntityDescriptor extends AbstractDescriptor implements org.opensaml
@Setter
@Getter
@Audited(targetAuditMode = RelationTargetAuditMode.NOT_AUDITED)
// @JsonIgnore
private Group group;

private String localId;
Expand Down Expand Up @@ -131,7 +130,6 @@ public String getEntityID() {
return entityID;
}

//getters and setters
@Override
public String getID() {
return this.localId;
Expand Down

0 comments on commit a04be8d

Please sign in to comment.