Clarify favicon.create javadoc

This commit is contained in:
md_5 2014-04-15 11:11:11 +10:00
parent b08f1995f6
commit 7ebe5184a4

View File

@ -94,8 +94,9 @@ public class Favicon
/** /**
* Creates a Favicon from an encoded PNG. * Creates a Favicon from an encoded PNG.
* *
* @deprecated Use #create(java.awt.image.BufferedImage) or one of the read * @param encodedString a base64 mime encoded PNG string
* methods instead. * @return the created favicon
* @deprecated Use #create(java.awt.image.BufferedImage) instead
*/ */
@Deprecated @Deprecated
public static Favicon create(String encodedString) public static Favicon create(String encodedString)