You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/02 20:59:35 UTC

svn commit: r1509810 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/ServletContext.java

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