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 8164b97 commit a89cf98Copy full SHA for a89cf98
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