-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0
-
None
-
beta
-
generic
-
generic
readable is incorrectly spelled as readible in a constructor for
DataFlavor.java
* @param mimeType the string used to identify the MIME type for this flavor
* @param humanPresentableName the human-readible string used to
* identify this flavor
* @param classLoad the class loader to use
*/
public DataFlavor(String mimeType, String humanPresentableName, ClassLoader
classLoader) throws ClassNotFoundException {
DataFlavor.java
* @param mimeType the string used to identify the MIME type for this flavor
* @param humanPresentableName the human-readible string used to
* identify this flavor
* @param classLoad the class loader to use
*/
public DataFlavor(String mimeType, String humanPresentableName, ClassLoader
classLoader) throws ClassNotFoundException {