From: markt Date: Mon, 28 Feb 2011 18:43:44 +0000 (+0000) Subject: Fix an Eclipse nag X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=29d3d9a636e2bbbf4604e1e4487b720c0cb3c2a2;p=tomcat7.0 Fix an Eclipse nag git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/net/SecureNioChannel.java b/java/org/apache/tomcat/util/net/SecureNioChannel.java index 35a7f15a9..6798ad647 100644 --- a/java/org/apache/tomcat/util/net/SecureNioChannel.java +++ b/java/org/apache/tomcat/util/net/SecureNioChannel.java @@ -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);