--- old/src/java.base/share/classes/sun/net/ftp/impl/FtpClient.java 2015-06-05 21:17:12.411465452 +0400 +++ new/src/java.base/share/classes/sun/net/ftp/impl/FtpClient.java 2015-06-05 21:17:12.247465452 +0400 @@ -1211,7 +1211,7 @@ * The OutputStream is not closed by this method at the end * of the transfer. * - * @param name a String 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 OutputStream the file should be written to. * @throws IOException if the transfer fails.