am 2b136832: am c4367e54: fix code snippet error

Merge commit '2b136832be7326caed0c79bae418c2dd54372bea' into gingerbread-plus-aosp

* commit '2b136832be7326caed0c79bae418c2dd54372bea':
  fix code snippet error
This commit is contained in:
Scott Main
2010-09-03 13:18:28 -07:00
committed by Android Git Automerger

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";