am c4367e54: fix code snippet error

Merge commit 'c4367e54e41f4e7a6c79b60dd80e66c9e6fdcfc3' into gingerbread

* commit 'c4367e54e41f4e7a6c79b60dd80e66c9e6fdcfc3':
  fix code snippet error
This commit is contained in:
Scott Main
2010-09-03 13:15:11 -07:00
committed by Android Git Automerger

View File

@@ -115,7 +115,7 @@ public class Calc extends Activity {
public static final String PREFS_NAME = "MyPrefsFile";
@Override
protected void onCreate(Bundle state){
protected void onCreate(Bundle state){
super.onCreate(state);
. . .
@@ -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";