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/12/07 09:39:00 UTC

svn commit: r1773037 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

Author: markt
Date: Wed Dec  7 09:38:59 2016
New Revision: 1773037

URL: http://svn.apache.org/viewvc?rev=1773037&view=rev
Log:
Fix Javadoc

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java?rev=1773037&r1=1773036&r2=1773037&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Wed Dec  7 09:38:59 2016
@@ -46,9 +46,9 @@ import org.apache.tomcat.util.threads.Th
 
 /**
  * @param <S> The type used by the socket wrapper associated with this endpoint.
- *            May be the same as <U>.
+ *            May be the same as U.
  * @param <U> The type of the underlying socket used by this endpoint. May be
- *            the same as <S>.
+ *            the same as S.
  *
  * @author Mladen Turk
  * @author Remy Maucherat



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