Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
xndlnk committed Jan 17, 2019
1 parent 1e83a8e commit a5b5be5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function mergeSystems (systems) {
result.addLink(sourceNameWithoutExchange, link.targetName, link.communicationType)
console.log('added reduced property to ' + sourceNameWithoutExchange)
const sourceService = result.getService(sourceNameWithoutExchange)
// TODO: add property also in ServiceExchangeMerger.ts
sourceService.addProperty('reduced', true)
} else if (!isLinkTheTargetOfOneService(link, exchangeServices)) {
result.addLink(link.sourceName, link.targetName, link.communicationType)
Expand Down

0 comments on commit a5b5be5

Please sign in to comment.