From b758f4cef1aa0407242a105b90e1725dee7b7ae2 Mon Sep 17 00:00:00 2001 From: kske Date: Sun, 4 Apr 2021 10:09:12 +0200 Subject: [PATCH] Remove obsolete paragraph from README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1444eb5..84a0d31 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,6 @@ public class SimpleEventListener { } ``` -In this case, an event bus is created and used locally. -In a more sophisticated example the class would acquire an external event bus that is used by multiple classes. - Note that creating static event handlers like this ```java