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 2013/11/01 12:30:27 UTC

svn commit: r1537902 - /tomcat/trunk/java/javax/servlet/http/Part.java

Author: kkolinko
Date: Fri Nov  1 11:30:26 2013
New Revision: 1537902

URL: http://svn.apache.org/r1537902
Log:
Add @since comment for method Part.getSubmittedFileName() that was added in Servlet 3.1.

Modified:
    tomcat/trunk/java/javax/servlet/http/Part.java

Modified: tomcat/trunk/java/javax/servlet/http/Part.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/Part.java?rev=1537902&r1=1537901&r2=1537902&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/Part.java (original)
+++ tomcat/trunk/java/javax/servlet/http/Part.java Fri Nov  1 11:30:26 2013
@@ -53,6 +53,8 @@ public interface Part {
      * this part is not a file upload.
      *
      * @return the submitted file name or {@code null}.
+     *
+     * @since Servlet 3.1
      */
     public String getSubmittedFileName();
 



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