Skip to content

Commit

Permalink
fix(): Removed a double set for two fields (datahub-project#7037)
Browse files Browse the repository at this point in the history
  • Loading branch information
bda618 authored and Eric Yomi committed Jan 18, 2023
1 parent c6318c5 commit fed5769
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public static CorpUserProperties map(@Nonnull final com.linkedin.identity.CorpUs
@Override
public CorpUserProperties apply(@Nonnull final com.linkedin.identity.CorpUserInfo info) {
final CorpUserProperties result = new CorpUserProperties();
result.setDisplayName(info.getDisplayName());
result.setTitle(info.getTitle());
result.setActive(info.isActive());
result.setCountryCode(info.getCountryCode());
result.setDepartmentId(info.getDepartmentId());
Expand Down

0 comments on commit fed5769

Please sign in to comment.