< prev index next >

src/java.base/share/classes/sun/net/ftp/impl/FtpClient.java

Print this page

        

@@ -1209,11 +1209,11 @@
      * sent before the RETR in order to restart the tranfer from the specified
      * offset.
      * The <code>OutputStream</code> is not closed by this method at the end
      * of the transfer.
      *
-     * @param name a <code>String<code> containing the name of the file to
+     * @param name a {@code String} containing the name of the file to
      *        retreive from the server.
      * @param local the <code>OutputStream</code> the file should be written to.
      * @throws IOException if the transfer fails.
      */
     public sun.net.ftp.FtpClient getFile(String name, OutputStream local) throws sun.net.ftp.FtpProtocolException, IOException {
< prev index next >