< prev index next >

src/java.desktop/macosx/classes/com/apple/eio/FileManager.java

Print this page

        

@@ -95,11 +95,12 @@
      */
     public final static short kUserDomain = -32763;
 
 
         /**
-         * 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
          *
          * @since Java for Mac OS X 10.5 - 1.5

@@ -353,11 +354,11 @@
         private static native String getNativePathToApplicationBundle();
 
         /**
          * 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
          *
          * @since Java for Mac OS X 10.6 Update 1 - 1.6
          * @since Java for Mac OS X 10.5 Update 6 - 1.6, 1.5
< prev index next >