mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
Fix typo in comment
This commit is contained in:
@@ -50,7 +50,7 @@ public final class ServiceLocator {
|
||||
return serviceObj;
|
||||
} else {
|
||||
/*
|
||||
* If we are unable to retrive anything from cache, then lookup the service and add it in the
|
||||
* If we are unable to retrieve anything from cache, then lookup the service and add it in the
|
||||
* cache map
|
||||
*/
|
||||
var ctx = new InitContext();
|
||||
|
||||
Reference in New Issue
Block a user