Author: markt Date: Fri Jun 13 17:28:54 2014 New Revision: 1602483 URL: http://svn.apache.org/r1602483 Log: (empty)
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/Adapter.java Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1601977 Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/Adapter.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/coyote/Adapter.java?rev=1602483&r1=1602482&r2=1602483&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/coyote/Adapter.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/coyote/Adapter.java Fri Jun 13 17:28:54 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org