AutoCloseable isn't available on all APIs

This commit is contained in:
Tom Hennen 2015-09-27 09:08:50 -04:00
parent e76fcd029f
commit 72cf169401
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";