Remove @Deprecated tag (keep it in JDoc because it doesn't generate a warning)

This commit is contained in:
tzugen 2021-05-01 09:58:58 +02:00
parent adc350b5c4
commit f6a8ee7241
No known key found for this signature in database
GPG Key ID: 9BFCB171D3466FEA
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ import java.util.WeakHashMap;
* @deprecated
* Use LiveData to ensure that the content is up-to-date
**/
@Deprecated
public class UpdateView extends LinearLayout
{
private static final WeakHashMap<UpdateView, ?> INSTANCES = new WeakHashMap<UpdateView, Object>();