< prev index next >

src/java.rmi/share/classes/sun/rmi/transport/proxy/HttpInputStream.java

Print this page

        

@@ -43,10 +43,11 @@
 
     /**
      * Create new filter on a given input stream.
      * @param in the InputStream to filter from
      */
+    @SuppressWarnings("deprecation")
     public HttpInputStream(InputStream in) throws IOException
     {
         super(in);
 
         if (in.markSupported())
< prev index next >