From 384e08209e58d1a5a632a168448046f30cff213b Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 4 Sep 2008 07:26:07 +0000 Subject: [PATCH] Mismatching arrow length --- .../netty/handler/execution/MemoryAwareThreadPoolExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java b/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java index 77022a27c3..c94f60c41a 100644 --- a/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java +++ b/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java @@ -59,7 +59,7 @@ import org.jboss.netty.channel.ChannelStateEvent; * For example, the events can be processed as depicted below: * *
- *           --------------------------------> Timeline --------------------------------->
+ *           --------------------------------> Timeline -------------------------------->
  *
  * Thread X: --- Channel A (Event 2) --- Channel A (Event 1) --------------------------->
  *