We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c0c17b + aebdb88 commit 6628bccCopy full SHA for 6628bcc
service-locator/src/main/java/com/iluwatar/servicelocator/ServiceLocator.java
@@ -50,7 +50,7 @@ public static Service getService(String serviceJndiName) {
50
return serviceObj;
51
} else {
52
/*
53
- * 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
54
* cache map
55
*/
56
var ctx = new InitContext();
0 commit comments