mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 18:59:10 +00:00
docs: update identity map
This commit is contained in:
@@ -68,6 +68,5 @@ public class App {
|
||||
LOGGER.info(finder.getPerson(5).toString());
|
||||
// Find the person in the map.
|
||||
LOGGER.info(finder.getPerson(2).toString());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user