Bug 694334 - Minor touchups to 7f874fcc92c4: fix copy/pasted copyright block and expand glob imports to individual imports [r=lucasr]

This commit is contained in:
Kartikaya Gupta 2011-10-14 14:44:59 -04:00
Родитель 77c11baeb4
Коммит 5324c60c68
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -15,13 +15,11 @@
* The Original Code is Mozilla Android code. * The Original Code is Mozilla Android code.
* *
* The Initial Developer of the Original Code is Mozilla Foundation. * The Initial Developer of the Original Code is Mozilla Foundation.
* Portions created by the Initial Developer are Copyright (C) 2009-2010 * Portions created by the Initial Developer are Copyright (C) 2009-2011
* the Initial Developer. All Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Vladimir Vukicevic <vladimir@pobox.com> * Brian Nicholson <bnichnolson@mozilla.com>
* Matt Brubeck <mbrubeck@mozilla.com>
* Vivien Nicolas <vnicolas@mozilla.com>
* Kartikaya Gupta <kgupta@mozilla.com> * Kartikaya Gupta <kgupta@mozilla.com>
* *
* Alternatively, the contents of this file may be used under the terms of * Alternatively, the contents of this file may be used under the terms of
@ -42,7 +40,8 @@ package org.mozilla.gecko;
import java.util.Stack; import java.util.Stack;
import android.content.*; import android.content.ContentValues;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase;
import android.os.AsyncTask; import android.os.AsyncTask;
import android.util.Log; import android.util.Log;