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:
parent
adc350b5c4
commit
f6a8ee7241
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user