You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that Optional<LegacyOrder> orderInModernSystem = acl.findOrderInModernSystem(id); must change to Optional<ModernOrder> orderInModernSystem = acl.findOrderInModernSystem(id); since we want the modern order object
I think that

Optional<LegacyOrder> orderInModernSystem = acl.findOrderInModernSystem(id);
must change toOptional<ModernOrder> orderInModernSystem = acl.findOrderInModernSystem(id);
since we want the modern order objectlink to the page:
https://github.com/iluwatar/java-design-patterns/tree/master/anti-corruption-layer
The text was updated successfully, but these errors were encountered: