Skip to content

Commit

Permalink
Merge pull request #344 from kennethshackleton/fix-java-snippet
Browse files Browse the repository at this point in the history
Correct creating helper syntax in Java getting started snippet.
  • Loading branch information
kennethshackleton authored Jun 5, 2022
2 parents 8cd8f82 + 83c8ff2 commit 00cb9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
context.applicationContext,
3,
new ISQLiteOpenHelper.Configuration(
MyOpenHelperCallback,
new MyOpenHelperCallback(),
deriveKey(),
"sample"
)
Expand Down

0 comments on commit 00cb9bc

Please sign in to comment.