Bug 975774 - Part 3: clean up imports in Actions. r=trivial

This commit is contained in:
Richard Newman 2014-02-22 19:52:54 -08:00
parent a4f0a68d8f
commit 4baba31f86

View File

@ -3,9 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.gecko;
import java.util.List;
import java.util.ArrayList;
import android.database.Cursor;
public interface Actions {