Align code and comments - no functional change
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 12 Mar 2011 10:27:49 +0000 (10:27 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 12 Mar 2011 10:27:49 +0000 (10:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1080904 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/AbstractProtocolHandler.java

index e645d4e..5d0fa56 100644 (file)
@@ -160,11 +160,6 @@ public abstract class AbstractProtocolHandler implements ProtocolHandler,
         endpoint.setKeepAliveTimeout(keepAliveTimeout);
     }
 
-
-
-    // ---------------------- Properties that are passed through to the EndPoint
-    // ------------------------------------ and are made available as attributes
-
     public InetAddress getAddress() { return endpoint.getAddress(); }
     public void setAddress(InetAddress ia) {
         endpoint.setAddress(ia);