Clarify favicon.create javadoc
This commit is contained in:
parent
b08f1995f6
commit
7ebe5184a4
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user