Author: markt
Date: Mon Feb 28 18:43:44 2011
New Revision: 1075474

URL: http://svn.apache.org/viewvc?rev=1075474&view=rev
Log:
Fix an Eclipse nag

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java?rev=1075474&r1=1075473&r2=1075474&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Mon Feb 
28 18:43:44 2011
@@ -181,6 +181,7 @@ public class SecureNioChannel extends Ni
                     //fall down to NEED_UNWRAP on the same call, will result 
in a 
                     //BUFFER_UNDERFLOW if it needs data
                 }
+                //$FALL-THROUGH$
                 case NEED_UNWRAP: {
                     //perform the unwrap function
                     handshake = handshakeUnwrap(read);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to