Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jul 18, 2009
1 parent 10dafb4 commit 2e7c336
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ public void routeData() {
/**
* We route data channel by channel for two reasons. One is that if/when we decide to multi-thread the routing it is
* a simple matter of inserting a thread pool here and waiting for all channels to be processed. The other reason is
* to reduce the amount number of connections we are required to have.
* to reduce the number of connections we are required to have.
*/
protected void routeDataForEachChannel() {
final List<NodeChannel> channels = configurationService.getChannels();
Expand Down

0 comments on commit 2e7c336

Please sign in to comment.