#107 JavaDoc improvements for Poison Pill

This commit is contained in:
Ilkka Seppala
2015-08-21 22:34:23 +03:00
parent 520f81d62e
commit 2bf00c3b5e
3 changed files with 20 additions and 8 deletions
@@ -3,7 +3,8 @@ package com.iluwatar.poison.pill;
import java.util.Map;
/**
* Interface that implements the Message pattern and represents an inbound or outbound message as part of an {@link Producer}-{@link Consumer} exchange.
* Interface that implements the Message pattern and represents an inbound or outbound
* message as part of an {@link Producer}-{@link Consumer} exchange.
*/
public interface Message {