Skip to content

Commit

Permalink
fix javadoc warning for Codec.java (elastic#10756)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored May 6, 2019
1 parent 0de5393 commit 43f2847
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 43f2847

Please sign in to comment.