Moved Category and CategoryDao to the 'category' package

This commit is contained in:
Paul Hawke 2018-01-04 21:52:12 -06:00 committed by Paul Hawke
parent 1d3befcbd2
commit f2ed57a127
7 changed files with 10 additions and 14 deletions

View file

@ -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;