From 2e7c33684ad941aab2c241cfb9c121807847d98e Mon Sep 17 00:00:00 2001 From: chenson42 Date: Sat, 18 Jul 2009 01:16:43 +0000 Subject: [PATCH] fixed comment --- .../org/jumpmind/symmetric/service/impl/RoutingService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/RoutingService.java b/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/RoutingService.java index fd3cded0d5..3e1d38f18a 100644 --- a/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/RoutingService.java +++ b/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/RoutingService.java @@ -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 channels = configurationService.getChannels();