mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Notice deprecation
This commit is contained in:
parent
a4f53b59fa
commit
c57628a5bd
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ import javax.annotation.Nullable;
|
||||||
import javax.imageio.ImageIO;
|
import javax.imageio.ImageIO;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Now that legacy includes the etag in the hash, it is no longer required to save it to disk.
|
* @deprecated
|
||||||
|
* Do not use. This will be removed in a later update.
|
||||||
|
* Now that legacy includes the etag in the hash, it is no longer required to save it to disk.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class ThreadDownloadImageETag extends SimpleTexture implements IBufferedTexture {
|
public class ThreadDownloadImageETag extends SimpleTexture implements IBufferedTexture {
|
||||||
|
|
Loading…
Reference in a new issue