Author: norman
Date: Wed Jan 19 14:02:21 2011
New Revision: 1060817

URL: http://svn.apache.org/viewvc?rev=1060817&view=rev
Log:
only small javadocs improvements

Modified:
    
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/NettyImapRequestLineReader.java

Modified: 
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/NettyImapRequestLineReader.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/NettyImapRequestLineReader.java?rev=1060817&r1=1060816&r2=1060817&view=diff
==============================================================================
--- 
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/NettyImapRequestLineReader.java
 (original)
+++ 
james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/NettyImapRequestLineReader.java
 Wed Jan 19 14:02:21 2011
@@ -30,7 +30,7 @@ import org.jboss.netty.channel.Channel;
 
 /**
  * {@link ImapRequestLineReader} implementation which will write to a {@link 
Channel} and read from a {@link ChannelBuffer}. Please
- * see the docs on {@link #nextChar()} and {@link #read(int)} to understand 
the special behavoir of this implementation
+ * see the docs on {@link #nextChar()} and {@link #read(int)} to understand 
the special behavior of this implementation
  *
  */
 public class NettyImapRequestLineReader extends ImapRequestLineReader{
@@ -86,7 +86,11 @@ public class NettyImapRequestLineReader 
         channel.write(cRequest);
     }
     
-    
+    /**
+     * {@link RuntimeException} which will get thrown by {@link 
NettyImapRequestLineReader#nextChar()} and {@link 
NettyImapRequestLineReader#read(int)} if not 
+     * enough data is readable in the underlying {@link ChannelBuffer}
+     *
+     */
     @SuppressWarnings("serial")
     public final class NotEnoughDataException extends RuntimeException{
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to