Skip to content

Commit b99d2b7

Browse files
committed
iluwatar#143 Improved example documentation
1 parent e5ef5db commit b99d2b7

File tree

1 file changed

+1
-1
lines changed
  • message-channel/src/main/java/com/iluwatar/message/channel

1 file changed

+1
-1
lines changed

message-channel/src/main/java/com/iluwatar/message/channel/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* When two applications communicate with each other using a messaging system
1010
* they first need to establish a communication channel that will carry the
11-
* data. Message Channels are logical addresses in the messaging system.
11+
* data. Message Channel decouples Message producers and consumers.
1212
* <p>
1313
* The sending application doesn't necessarily know what particular application
1414
* will end up retrieving it, but it can be assured that the application that

0 commit comments

Comments
 (0)