Browse Source

Add removal todo for upcoming major version(s)

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
3e08781872

+ 2 - 0
app/src/main/java/com/nextcloud/talk/utils/database/user/UserUtils.java

@@ -37,6 +37,8 @@ import io.requery.reactivex.ReactiveEntityStore;
 
 /**
  * @deprecated use {@link com.nextcloud.talk.users.UserManager} instead.
+ *
+ * TODO: remove this class with a major version, 15.0.0 or 16.0.0.
  */
 @Deprecated
 public class UserUtils implements CurrentUserProvider {