mirror of
https://github.com/etesync/android
synced 2024-12-23 15:18:14 +00:00
Database: Mark collections class as deprecated.
It's only used for migrations, and has been considered deprecated for a while. Mark it as deprecated to make it extra obvious that this should not be used.
This commit is contained in:
parent
fcbf26a03b
commit
338dd5e075
@ -46,6 +46,7 @@ public class ServiceDB {
|
||||
SERVICE_CARDDAV = CollectionInfo.Type.ADDRESS_BOOK.toString();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public static class Collections {
|
||||
public static final String
|
||||
_TABLE = "collections",
|
||||
|
Loading…
Reference in New Issue
Block a user