We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c949676 commit 15207d3Copy full SHA for 15207d3
README.md
@@ -86,8 +86,8 @@ Optionally it is possible to define a `name` or `implementation technology` for
86
```java
87
.addRelationship(new UpstreamDownstreamRelationship(printing, debtCollection)
88
.setUpstreamPatterns(OPEN_HOST_SERVICE, PUBLISHED_LANGUAGE)
89
- .setDownstreamPatterns(ANTICORRUPTION_LAYER))
90
- .setName("PrintingDebts")
+ .setDownstreamPatterns(ANTICORRUPTION_LAYER)
+ .setName("PrintingDebts"))
91
92
.addRelationship(new SharedKernel(debtCollection, policyManagement)
93
.setImplementationTechnology("Java Library"))
0 commit comments