Bug 1311555 - Pre: remove unused imports r=me draft
authorAndrzej Hunt <ahunt@mozilla.com>
Wed, 18 Jan 2017 12:18:06 +0100
changeset 464076 3763d671be952a514b5e466b29b58d6761269709
parent 464075 aa3e49299a3aa5cb0db570532e3df9e75d30c2d1
child 464077 27fa7cb0734153507bfd1989150923cc1164e3c9
push id42258
push userahunt@mozilla.com
push dateFri, 20 Jan 2017 08:40:32 +0000
reviewersme
bugs1311555
milestone53.0a1
Bug 1311555 - Pre: remove unused imports r=me MozReview-Commit-ID: 6Xk7Z01m41A
mobile/android/base/java/org/mozilla/gecko/home/activitystream/menu/ActivityStreamContextMenu.java
--- a/mobile/android/base/java/org/mozilla/gecko/home/activitystream/menu/ActivityStreamContextMenu.java
+++ b/mobile/android/base/java/org/mozilla/gecko/home/activitystream/menu/ActivityStreamContextMenu.java
@@ -2,18 +2,16 @@
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 package org.mozilla.gecko.home.activitystream.menu;
 
 import android.content.Context;
 import android.content.Intent;
 import android.database.Cursor;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
 import android.support.design.widget.NavigationView;
 import android.view.MenuItem;
 import android.view.View;
 
 import org.mozilla.gecko.GeckoAppShell;
 import org.mozilla.gecko.IntentHelper;
 import org.mozilla.gecko.R;
 import org.mozilla.gecko.Telemetry;