From 63ccdeec16c90731bf8cc369d7a26639472690fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B3mez=20G?= Date: Fri, 6 Oct 2017 08:45:40 +0200 Subject: [PATCH] Update event-bus.md (#23786) Removed a duplicate sentence (comming from an automatic merge) at line 24 :"An event bus must define the following three type parameters:" --- akka-docs/src/main/paradox/scala/event-bus.md | 1 - 1 file changed, 1 deletion(-) diff --git a/akka-docs/src/main/paradox/scala/event-bus.md b/akka-docs/src/main/paradox/scala/event-bus.md index 68488e0560..6876a0da2e 100644 --- a/akka-docs/src/main/paradox/scala/event-bus.md +++ b/akka-docs/src/main/paradox/scala/event-bus.md @@ -21,7 +21,6 @@ you have to provide it inside the message. This mechanism is used in different places within Akka, e.g. the [Event Stream](#event-stream). Implementations can make use of the specific building blocks presented below. -An event bus must define the following three type parameters: An event bus must define the following three @scala[abstract types]@java[type parameters]: * `Event` is the type of all events published on that bus