You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/12/31 19:09:13 UTC

svn commit: r1722455 - /tomcat/trunk/java/javax/servlet/ServletContext.java

Author: kkolinko
Date: Thu Dec 31 18:09:10 2015
New Revision: 1722455

URL: http://svn.apache.org/viewvc?rev=1722455&view=rev
Log:
Correct JavaDoc for method ServletContext.getVirtualServerName().
The method is @since Servlet 3.1 (Tomcat 8)

Modified:
    tomcat/trunk/java/javax/servlet/ServletContext.java

Modified: tomcat/trunk/java/javax/servlet/ServletContext.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/ServletContext.java?rev=1722455&r1=1722454&r2=1722455&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/ServletContext.java (original)
+++ tomcat/trunk/java/javax/servlet/ServletContext.java Thu Dec 31 18:09:10 2015
@@ -959,6 +959,7 @@ public interface ServletContext {
      *
      * @return The primary name of the virtual host on which this context is
      *         deployed
+     * @since Servlet 3.1
      */
     public String getVirtualServerName();
 }



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