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:"
This commit is contained in:
David Gómez G 2017-10-06 08:45:40 +02:00 committed by Konrad `ktoso` Malawski
parent 3107ea342c
commit 63ccdeec16

View file

@ -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). 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. 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]: 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 * `Event` is the type of all events published on that bus