Fix an Eclipse nag
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 28 Feb 2011 18:43:44 +0000 (18:43 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 28 Feb 2011 18:43:44 +0000 (18:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075474 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/SecureNioChannel.java

index 35a7f15..6798ad6 100644 (file)
@@ -181,6 +181,7 @@ public class SecureNioChannel extends NioChannel  {
                     //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);