From 26579fea495d6ddcd86275d3cd52ce3837262954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 27 May 2024 19:09:12 +0300 Subject: [PATCH] docs: update active object --- active-object/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/active-object/README.md b/active-object/README.md index f0f94aec4337..64dff1e5ef1f 100644 --- a/active-object/README.md +++ b/active-object/README.md @@ -163,10 +163,6 @@ Program output: 09:00:02.504 [Thread-2] INFO com.iluwatar.activeobject.ActiveCreature -- Orc2 has started to roam in the wastelands. ``` -## Class diagram - -![Active Object](./etc/active-object.urm.png "Active Object class diagram") - ## Applicability * When you need to perform long-running operations without blocking the main thread.