Skip to content

Commit a89cf98

Browse files
authored
docs: Improve Anti-Corruption-Layer README(#3200) (#3206)
1 parent 8164b97 commit a89cf98

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)