From 5324c60c686c96188a4e063d3180ec252077cb6e Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Fri, 14 Oct 2011 14:44:59 -0400 Subject: [PATCH] Bug 694334 - Minor touchups to 7f874fcc92c4: fix copy/pasted copyright block and expand glob imports to individual imports [r=lucasr] --- embedding/android/SessionHistory.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/embedding/android/SessionHistory.java b/embedding/android/SessionHistory.java index 65c7168c050..96e5900e09e 100644 --- a/embedding/android/SessionHistory.java +++ b/embedding/android/SessionHistory.java @@ -15,13 +15,11 @@ * The Original Code is Mozilla Android code. * * 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. * * Contributor(s): - * Vladimir Vukicevic - * Matt Brubeck - * Vivien Nicolas + * Brian Nicholson * Kartikaya Gupta * * 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 android.content.*; +import android.content.ContentValues; +import android.content.Intent; import android.database.sqlite.SQLiteDatabase; import android.os.AsyncTask; import android.util.Log;