From 03acd51bae7d3fe746d21aa89f5b6de539d92bc8 Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Thu, 3 Jun 2010 14:39:40 -0700 Subject: fix docs errors Change-Id: I775dc3e665a8ce32ed6c95f3240280ddef984bb6 --- core/java/android/content/Context.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 06152679c98f..86ddee4a7f58 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -22,7 +22,6 @@ import android.content.res.AssetManager; import android.content.res.Resources; import android.content.res.TypedArray; import android.database.DatabaseErrorHandler; -import android.database.DefaultDatabaseErrorHandler; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase.CursorFactory; import android.graphics.Bitmap; @@ -603,7 +602,7 @@ public abstract class Context { * @param factory An optional factory class that is called to instantiate a * cursor when query is called. * @param errorHandler the {@link DatabaseErrorHandler} to be used when sqlite reports database - * corruption. if null, {@link DefaultDatabaseErrorHandler} is assumed. + * corruption. if null, {@link android.database.DefaultDatabaseErrorHandler} is assumed. * @return The contents of a newly created database with the given name. * @throws android.database.sqlite.SQLiteException if the database file could not be opened. * -- cgit v1.2.3-59-g8ed1b