Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrewCH committed Jan 23, 2024
1 parent df96b17 commit 8319cfd
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 8319cfd

Please sign in to comment.