Skip to content

Commit c4367e5

Browse files
committed
fix code snippet error
Change-Id: Ida2f5ac2bc0bfb9b13b142f6422dd4b815603ab5
1 parent c5083cd commit c4367e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/guide/topics/data/data-storage.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class Calc extends Activity {
115115
public static final String PREFS_NAME = "MyPrefsFile";
116116

117117
@Override
118-
protected void onCreate(Bundle state){
118+
protected void onCreate(Bundle state){
119119
super.onCreate(state);
120120
. . .
121121

@@ -374,7 +374,7 @@ android.database.sqlite.SQLiteOpenHelper#onCreate(SQLiteDatabase) onCreate()} me
374374
can execute a SQLite command to create tables in the database. For example:</p>
375375

376376
<pre>
377-
public class MyDbOpenHelper extends SQLiteOpenHelper {
377+
public class DictionaryOpenHelper extends SQLiteOpenHelper {
378378

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

0 commit comments

Comments
 (0)