Package name fix

This commit is contained in:
Vízhányó Balázs
2023-05-29 14:48:23 +02:00
parent bcf9d9688f
commit b1e68f18b0
14 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
package hu.filc.naplo.database;
package hu.refilc.naplo.database;
import android.content.ContentValues;
import android.content.Context;
@@ -7,7 +7,7 @@ import android.database.sqlite.SQLiteDatabase;
import java.sql.SQLException;
import hu.filc.naplo.database.SQLiteHelper;
import hu.refilc.naplo.database.SQLiteHelper;
public class DBManager {
private Context context;