Author: markt
Date: Fri Aug 16 10:26:23 2013
New Revision: 1514643

URL: http://svn.apache.org/r1514643
Log:
@since on class, no need to have it on methods as well

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

Modified: tomcat/trunk/java/javax/servlet/http/WebConnection.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/WebConnection.java?rev=1514643&r1=1514642&r2=1514643&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/WebConnection.java (original)
+++ tomcat/trunk/java/javax/servlet/http/WebConnection.java Fri Aug 16 10:26:23 
2013
@@ -32,16 +32,12 @@ public interface WebConnection extends A
     /**
      * Provides access to the {@link ServletInputStream} for reading data from
      * the client.
-     *
-     * @since Servlet 3.1
      */
     ServletInputStream getInputStream() throws IOException;
 
     /**
      * Provides access to the {@link ServletOutputStream} for writing data to
      * the client.
-     *
-     * @since Servlet 3.1
      */
     ServletOutputStream getOutputStream() throws IOException;
 }
\ No newline at end of file



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

Reply via email to