Notice deprecation

This commit is contained in:
Sollace 2018-09-07 20:25:43 +02:00
parent a4f53b59fa
commit c57628a5bd

View file

@ -31,7 +31,9 @@ import javax.annotation.Nullable;
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
public class ThreadDownloadImageETag extends SimpleTexture implements IBufferedTexture {