Author: markt
Date: Mon Apr 6 09:05:33 2009
New Revision: 762258
URL: http://svn.apache.org/viewvc?rev=762258&view=rev
Log:
Minor javadoc correction
Modified:
tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java
Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java?rev=762258&r1=762257&r2=762258&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java (original)
+++ tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java Mon Apr 6
09:05:33 2009
@@ -104,10 +104,10 @@
/**
* Returns the minor version of the Servlet API that this
* servlet container supports. All implementations that comply
- * with Version 2.4 must have this method
- * return the integer 4.
+ * with Version 2.5 must have this method
+ * return the integer 5.
*
- * @return 4
+ * @return 5
*
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]