Pull up getFaviconObject to the API

This commit is contained in:
Jonas Konrad 2014-04-27 15:30:11 +01:00 committed by md_5
parent 33a098f4ba
commit 2af8dac70c

View File

@ -63,9 +63,15 @@ public interface ProxyConfig
boolean isIpFoward();
/**
* The path for the Favicon (I.e. server_icon.png) Should be no more or no
* less than a 64 by 64 Pixel PNG picture.
* The encoded favicon.
*
* @deprecated Use #getFaviconObject instead.
*/
@Deprecated
String getFavicon();
/**
* The favicon used for the server ping list.
*/
Favicon getFaviconObject();
}