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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org