You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/04/13 16:20:46 UTC

svn commit: r1738947 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

Author: markt
Date: Wed Apr 13 14:20:46 2016
New Revision: 1738947

URL: http://svn.apache.org/viewvc?rev=1738947&view=rev
Log:
line length

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=1738947&r1=1738946&r2=1738947&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Wed Apr 13 14:20:46 2016
@@ -186,7 +186,8 @@ public class SecureNioChannel extends Ni
                 }
                 case FINISHED: {
                     if (endpoint.hasNegotiableProtocols() && sslEngine instanceof SSLUtil.ProtocolInfo) {
-                        socketWrapper.setNegotiatedProtocol(((SSLUtil.ProtocolInfo) sslEngine).getNegotiatedProtocol());
+                        socketWrapper.setNegotiatedProtocol(
+                                ((SSLUtil.ProtocolInfo) sslEngine).getNegotiatedProtocol());
                     }
                     //we are complete if we have delivered the last package
                     handshakeComplete = !netOutBuffer.hasRemaining();



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