From b4c3ddfec1614c563807db8b4b9beba23d8e8c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 27 May 2024 12:22:10 +0300 Subject: [PATCH] docs: update service locator --- service-locator/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service-locator/README.md b/service-locator/README.md index e972afd2b..7117ee301 100644 --- a/service-locator/README.md +++ b/service-locator/README.md @@ -91,10 +91,6 @@ Here is the output from running the example: 15:39:51.420 [main] INFO com.iluwatar.servicelocator.ServiceImpl -- Service jndi/serviceA is now executing with id 56 ``` -## Class diagram - -![Service Locator](./etc/service-locator.png "Service Locator") - ## Applicability * Use when you want to decouple service creation from client classes to reduce dependencies and improve code maintainability.