Author: markt
Date: Fri Aug 2 18:59:34 2013
New Revision: 1509810
URL: http://svn.apache.org/r1509810
Log:
Fix copy/paste error
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1509806
Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java?rev=1509810&r1=1509809&r2=1509810&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java (original)
+++ tomcat/tc7.0.x/trunk/java/javax/servlet/ServletContext.java Fri Aug 2
18:59:34 2013
@@ -419,8 +419,8 @@ public interface ServletContext {
* @param name
* a <code>String</code> containing the name of the parameter
* whose value is requested
- * @return a <code>String</code> containing at least the servlet container
- * name and version number
+ * @return a <code>String</code> containing the value of the initialization
+ * parameter
* @see ServletConfig#getInitParameter
*/
public String getInitParameter(String name);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]