mirror of
https://github.com/etesync/android
synced 2025-01-25 15:10:55 +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();
|
SERVICE_CARDDAV = CollectionInfo.Type.ADDRESS_BOOK.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public static class Collections {
|
public static class Collections {
|
||||||
public static final String
|
public static final String
|
||||||
_TABLE = "collections",
|
_TABLE = "collections",
|
||||||
|
Loading…
Reference in New Issue
Block a user