Author: markt Date: Tue Aug 9 16:24:10 2016 New Revision: 1755628 URL: http://svn.apache.org/viewvc?rev=1755628&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59960 Fix Javadoc so it builds with Java 8. Patch by Coty Sutherland.
Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java?rev=1755628&r1=1755627&r2=1755628&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java (original) +++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatch15Interceptor.java Tue Aug 9 16:24:10 2016 @@ -18,7 +18,7 @@ package org.apache.catalina.tribes.group /** * @deprecated Originally provided an optional implementation that used Java 5+ - * features. Now the minimum Java version is >=5, those features + * features. Now the minimum Java version is >=5, those features * have been added to {@link MessageDispatchInterceptor} which * should be used instead. This class will be removed in Tomcat * 8.5.x onwards. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1755628&r1=1755627&r2=1755628&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Tue Aug 9 16:24:10 2016 @@ -135,6 +135,10 @@ <bug>59888</bug>: Correctly handle tabs and spaces in quoted version one cookies when using the <code>Rfc6265CookieProcessor</code>. (markt) </fix> + <fix> + <bug>59960</bug>: Fix Javadoc so it builds with Java 8. Patch by Coty + Sutherland. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org