From 81894571876ff5d0d4cb09f06772306c1e476994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Fri, 24 May 2024 21:05:40 +0300 Subject: [PATCH] docs: update chain --- chain-of-responsibility/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/chain-of-responsibility/README.md b/chain-of-responsibility/README.md index 34bcc9b96..144508f18 100644 --- a/chain-of-responsibility/README.md +++ b/chain-of-responsibility/README.md @@ -40,8 +40,6 @@ The Orc King gives loud orders to his army. The closest one to react is the comm First, we have the `Request` class: ```java -import lombok.Getter; - @Getter public class Request {