Skip to content

Commit

Permalink
Merge pull request #92 from companieshouse/feature/DSND-2334-correct-…
Browse files Browse the repository at this point in the history
…resource-url

checkstyle
  • Loading branch information
JAndrewCH authored Jan 23, 2024
2 parents 88f54fe + 8319cfd commit b31674d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ private ChangedResource mapChangedResource(String contextId, String companyNumbe
} else {
event.setType(CHANGED_EVENT_TYPE);
}
changedResource.setResourceUri(String.format(PSC_URI, companyNumber, mapKind(kind), notificationId));
changedResource.setResourceUri(String.format(PSC_URI, companyNumber,
mapKind(kind), notificationId));
changedResource.event(event);
changedResource.setResourceKind(PscTransformationHelper.mapResourceKind(kind));
changedResource.setContextId(contextId);
Expand Down

0 comments on commit b31674d

Please sign in to comment.