fix code snippet error

Change-Id: Ida2f5ac2bc0bfb9b13b142f6422dd4b815603ab5
This commit is contained in:
Scott Main
2010-09-03 11:03:42 -07:00
parent c5083cdfff
commit c4367e54e4

View File

@@ -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> can execute a SQLite command to create tables in the database. For example:</p>
<pre> <pre>
public class MyDbOpenHelper extends SQLiteOpenHelper { public class DictionaryOpenHelper extends SQLiteOpenHelper {
private static final int DATABASE_VERSION = 2; private static final int DATABASE_VERSION = 2;
private static final String DICTIONARY_TABLE_NAME = "dictionary"; private static final String DICTIONARY_TABLE_NAME = "dictionary";