docs: update identity map

This commit is contained in:
Ilkka Seppälä
2024-05-26 11:24:10 +03:00
parent e12085f158
commit a3080c00f9
2 changed files with 57 additions and 71 deletions
@@ -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());
}
}