Skip to content

Commit

Permalink
fix(rest) : Add licenseInfoHeaderText in summaryAdministration api re…
Browse files Browse the repository at this point in the history
…sponse
  • Loading branch information
keerthi-bl committed Jan 22, 2025
1 parent 975e30f commit 213b54e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,6 @@ public ResponseEntity<EntityModel<Project>> getAdministration(
sw360Project.unsetReleaseIdToUsage();
sw360Project.unsetProjectResponsible();
sw360Project.unsetSecurityResponsibles();
sw360Project.unsetLicenseInfoHeaderText();

return new ResponseEntity<>(userHalResource, HttpStatus.OK);
}
Expand Down

0 comments on commit 213b54e

Please sign in to comment.