Merge pull request #1231 from TomHennen/fix_force_close_2.3.7

Fix force close on 2.3.7
This commit is contained in:
Tom Hennen 2015-09-27 09:09:31 -04:00
commit bdc301cb5d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import de.greenrobot.event.EventBus;
/** /**
* Implements methods for accessing the database * Implements methods for accessing the database
*/ */
public class PodDBAdapter implements AutoCloseable { public class PodDBAdapter {
private static final String TAG = "PodDBAdapter"; private static final String TAG = "PodDBAdapter";
public static final String DATABASE_NAME = "Antennapod.db"; public static final String DATABASE_NAME = "Antennapod.db";