1
0
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:
Tom Hacohen 2017-04-06 22:10:16 +01:00
parent fcbf26a03b
commit 338dd5e075

View File

@ -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",