Skip to content

Commit 3f65efd

Browse files
committed
docs: Improve Anti-Corruption-Layer README(#3200)
1 parent 1726749 commit 3f65efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anti-corruption-layer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class LegacyShop {
122122

123123
String id = legacyOrder.getId();
124124

125-
Optional<LegacyOrder> orderInModernSystem = acl.findOrderInModernSystem(id);
125+
Optional<ModernOrder> orderInModernSystem = acl.findOrderInModernSystem(id);
126126

127127
if (orderInModernSystem.isPresent()) {
128128
// order is already in the modern system

0 commit comments

Comments
 (0)