Skip to content

Commit a1f5780

Browse files
committed
fix: typo on SupportHelper
1 parent 47d46dd commit a1f5780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlcipher/src/main/java/net/zetetic/database/sqlcipher/SupportHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class SupportHelper implements SupportSQLiteOpenHelper {
88

99
private SQLiteOpenHelper openHelper;
1010

11-
public Supporthelper(final Configuration configuration, byte[] password, SQLiteDatabaseHook hook,
11+
public SupportHelper(final Configuration configuration, byte[] password, SQLiteDatabaseHook hook,
1212
boolean enableWriteAheadLogging) {
1313
this(configuration, password, hook, enableWriteAheadLogging, configuration.callback.version)
1414
}

0 commit comments

Comments
 (0)