jdk/src/java.desktop/macosx/classes/com/apple/eio/FileManager.java
changeset 31061 fead7d86d75f
parent 25859 3317bb8137f4
child 32865 f9cb6e427f9e
--- a/jdk/src/java.desktop/macosx/classes/com/apple/eio/FileManager.java	Fri Jun 05 11:27:22 2015 -0700
+++ b/jdk/src/java.desktop/macosx/classes/com/apple/eio/FileManager.java	Mon Jun 08 16:37:53 2015 +0400
@@ -97,7 +97,8 @@
 
 
         /**
-         * Converts an OSType (e.g. "macs" from <CarbonCore/Folders.h>) into an int.
+         * Converts an OSType (e.g. "macs"
+         * from {@literal <CarbonCore/Folders.h>}) 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
          *