--- old/src/java.desktop/macosx/classes/com/apple/eio/FileManager.java 2015-06-05 21:17:25.303465441 +0400 +++ new/src/java.desktop/macosx/classes/com/apple/eio/FileManager.java 2015-06-05 21:17:25.139465441 +0400 @@ -97,7 +97,8 @@ /** - * Converts an OSType (e.g. "macs" from ) into an int. + * Converts an OSType (e.g. "macs" + * from {@literal }) into an int. * * @param type the 4 character type to convert. * @return an int representing the 4 character value @@ -355,7 +356,7 @@ /** * Moves the specified file to the Trash * - * @param file + * @param file the file * @return returns true if the NSFileManager successfully moved the file to the Trash. * @throws FileNotFoundException *