Skip to content

Commit b2f45dd

Browse files
committed
fix , submit helper class name
1 parent 15aa854 commit b2f45dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/genexus/db/SQLAndroidSQLiteHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class SQLAndroidSQLiteHelper
77
{
8-
private static String clazzFullName = "com.artech.layers.LocalUtils";
8+
private static String clazzFullName = "com.genexus.android.core.layers.LocalUtils";
99

1010
public static void beginTransaction()
1111
{

0 commit comments

Comments
 (0)