-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
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 {