You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: poison-pill/src/main/java/com/iluwatar/poison/pill/Message.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
importjava.util.Map;
4
4
5
5
/**
6
-
* Interface that implements the Message pattern and represents an inbound or outbound message as part of an {@link Producer}-{@link Consumer} exchange.
6
+
* Interface that implements the Message pattern and represents an inbound or outbound
7
+
* message as part of an {@link Producer}-{@link Consumer} exchange.
0 commit comments