Author: kkolinko
Date: Sun Oct 18 19:30:19 2015
New Revision: 1709305

URL: http://svn.apache.org/viewvc?rev=1709305&view=rev
Log:
Correct a typo noted by Martin Grigorov on dev@ list.

Modified:
    tomcat/site/trunk/docs/migration-9.html
    tomcat/site/trunk/xdocs/migration-9.xml

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1709305&r1=1709304&r2=1709305&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Sun Oct 18 19:30:19 2015
@@ -300,7 +300,7 @@ of Apache Tomcat.</p>
     Servlet API may conflict with ones in web applications.
     For example, if package <code>"a"</code> contains class
     <code>PushBuilder</code>, the following JSP page will cease to compile in
-    Tomcat 8:</p>
+    Tomcat 9:</p>
 
     
 <div class="codeBox">

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1709305&r1=1709304&r2=1709305&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Sun Oct 18 19:30:19 2015
@@ -49,7 +49,7 @@ of Apache Tomcat.</p>
     Servlet API may conflict with ones in web applications.
     For example, if package <code>"a"</code> contains class
     <code>PushBuilder</code>, the following JSP page will cease to compile in
-    Tomcat 8:</p>
+    Tomcat 9:</p>
 
     <source><![CDATA[<%@page import="a.*"%>
 <% PushBuilder pushBuilder = new PushBuilder(); %>]]></source>



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

Reply via email to