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.
|
||||
*
|
||||
* @deprecated Use #create(java.awt.image.BufferedImage) or one of the read
|
||||
* methods instead.
|
||||
* @param encodedString a base64 mime encoded PNG string
|
||||
* @return the created favicon
|
||||
* @deprecated Use #create(java.awt.image.BufferedImage) instead
|
||||
*/
|
||||
@Deprecated
|
||||
public static Favicon create(String encodedString)
|
||||
|
Loading…
Reference in New Issue
Block a user