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 1726749 commit 3f65efdCopy full SHA for 3f65efd
anti-corruption-layer/README.md
@@ -122,7 +122,7 @@ public class LegacyShop {
122
123
String id = legacyOrder.getId();
124
125
- Optional<LegacyOrder> orderInModernSystem = acl.findOrderInModernSystem(id);
+ Optional<ModernOrder> orderInModernSystem = acl.findOrderInModernSystem(id);
126
127
if (orderInModernSystem.isPresent()) {
128
// order is already in the modern system
0 commit comments