mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-06 18:41:05 +03:00
Remove @Deprecated tag (keep it in JDoc because it doesn't generate a warning)
This commit is contained in:
parent
adc350b5c4
commit
f6a8ee7241
@ -19,7 +19,6 @@ import java.util.WeakHashMap;
|
|||||||
* @deprecated
|
* @deprecated
|
||||||
* Use LiveData to ensure that the content is up-to-date
|
* Use LiveData to ensure that the content is up-to-date
|
||||||
**/
|
**/
|
||||||
@Deprecated
|
|
||||||
public class UpdateView extends LinearLayout
|
public class UpdateView extends LinearLayout
|
||||||
{
|
{
|
||||||
private static final WeakHashMap<UpdateView, ?> INSTANCES = new WeakHashMap<UpdateView, Object>();
|
private static final WeakHashMap<UpdateView, ?> INSTANCES = new WeakHashMap<UpdateView, Object>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user