src/share/classes/java/awt/datatransfer/DataFlavor.java

Print this page

        

@@ -452,11 +452,11 @@
         }
     }
 
     /**
      * Constructs a <code>DataFlavor</code> from a <code>mimeType</code> string.
-     * The string can specify a "class=<fully specified Java class name>"
+     * The string can specify a "class=&lt;fully specified Java class name&gt;"
      * parameter to create a <code>DataFlavor</code> with the desired
      * representation class. If the string does not contain "class=" parameter,
      * <code>java.io.InputStream</code> is used as default.
      *
      * @param mimeType the string used to identify the MIME type for this flavor;