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 2014/06/11 20:18:09 UTC

svn commit: r1601977 - /tomcat/trunk/java/org/apache/coyote/Adapter.java

Author: markt
Date: Wed Jun 11 18:18:08 2014
New Revision: 1601977

URL: http://svn.apache.org/r1601977
Log:
Fix comment typo and other clean-up

Modified:
    tomcat/trunk/java/org/apache/coyote/Adapter.java

Modified: tomcat/trunk/java/org/apache/coyote/Adapter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/Adapter.java?rev=1601977&r1=1601976&r2=1601977&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/Adapter.java (original)
+++ tomcat/trunk/java/org/apache/coyote/Adapter.java Wed Jun 11 18:18:08 2014
@@ -14,12 +14,10 @@
  *  See the License for the specific language governing permissions and
  *  limitations under the License.
  */
-
 package org.apache.coyote;
 
 import org.apache.tomcat.util.net.SocketStatus;
 
-
 /**
  * Adapter. This represents the entry point in a coyote-based servlet container.
  *
@@ -69,7 +67,7 @@ public interface Adapter {
     public void checkRecycled(Request req, Response res);
 
     /**
-     * Provide the name of the domain to use to register MBeans for conponents
+     * Provide the name of the domain to use to register MBeans for components
      * associated with the connector.
      *
      * @return  The MBean domain name



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