Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b136832 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am c4367e54: fix code snippet error

Merge commit 'c4367e54' into gingerbread

* commit 'c4367e54':
  fix code snippet error
parents a2f2141c c4367e54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ android.database.sqlite.SQLiteOpenHelper#onCreate(SQLiteDatabase) onCreate()} me
can execute a SQLite command to create tables in the database. For example:</p>

<pre>
public class MyDbOpenHelper extends SQLiteOpenHelper {
public class DictionaryOpenHelper extends SQLiteOpenHelper {

    private static final int DATABASE_VERSION = 2;
    private static final String DICTIONARY_TABLE_NAME = "dictionary";