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/03/08 11:05:54 UTC

svn commit: r1734042 - /tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java

Author: markt
Date: Tue Mar  8 10:05:54 2016
New Revision: 1734042

URL: http://svn.apache.org/viewvc?rev=1734042&view=rev
Log:
Typo

Modified:
    tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java

Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java?rev=1734042&r1=1734041&r2=1734042&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsLocal.java Tue Mar  8 10:05:54 2016
@@ -19,7 +19,7 @@ package org.apache.coyote.http2;
 import java.util.Map;
 
 /**
- * Represents the local connection settingsL i.e. the settings the client is
+ * Represents the local connection settings i.e. the settings the client is
  * expected to use when communicating with the server. There will be a delay
  * between calling a setter and the setting taking effect at the client. When a
  * setter is called, the new value is added to the set of pending settings. Once



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