Deprecate UserUtils

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-06-29 15:03:07 +02:00
parent a99a173612
commit ad223155d7
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -35,6 +35,7 @@ import io.requery.Persistable;
import io.requery.query.Result;
import io.requery.reactivex.ReactiveEntityStore;
@Deprecated
public class UserUtils implements CurrentUserProvider {
private ReactiveEntityStore<Persistable> dataStore;