mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Moved Category and CategoryDao to the 'category' package
This commit is contained in:
parent
1d3befcbd2
commit
f2ed57a127
7 changed files with 10 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package fr.free.nrw.commons.data;
|
||||
package fr.free.nrw.commons.category;
|
||||
|
||||
import android.content.ContentProviderClient;
|
||||
import android.content.ContentValues;
|
||||
|
|
@ -27,8 +27,7 @@ import java.util.List;
|
|||
|
||||
import fr.free.nrw.commons.BuildConfig;
|
||||
import fr.free.nrw.commons.TestCommonsApplication;
|
||||
import fr.free.nrw.commons.category.CategoryContentProvider;
|
||||
import fr.free.nrw.commons.data.CategoryDao.Table;
|
||||
import fr.free.nrw.commons.category.CategoryDao.Table;
|
||||
|
||||
import static fr.free.nrw.commons.category.CategoryContentProvider.BASE_URI;
|
||||
import static fr.free.nrw.commons.category.CategoryContentProvider.uriForId;
|
||||
Loading…
Add table
Add a link
Reference in a new issue