fix javadoc warning for Codec.java

Fixes #10756
This commit is contained in:
Joao Duarte 2019-05-06 09:28:12 +01:00 committed by João Duarte
parent 3fba3af9f9
commit 5e1dc1f6a3

View file

@ -47,6 +47,7 @@ public interface Codec extends Plugin {
* Encodes an {@link Event} and writes it to the specified {@link OutputStream}.
* @param event The event to encode.
* @param output The stream to which the encoded event should be written.
* @throws java.io.IOException Exceptions coming from the output stream
*/
void encode(Event event, OutputStream output) throws IOException;