1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-12 17:50:39 +01:00

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

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>();